vscode c++ 项目/工程调试

198 阅读1分钟

vscode c++ 项目/工程调试

需要g++ cmake

//test.h
class Test{
   
public:
	void Foo();

};
//test.cpp

#include "test.h"
#include <