TBOOX

xmake-vscode v1.1.0 released, Support breakpoint debugging

2018-06-28

xmake-vscode plugin is a xmake integration in Visual Studio Code.

It is deeply integrated with xmake and vscode to provide a convenient and fast cross-platform c/c++ development and building.

This version is mainly updated as follows:

  • Support breakpoint debugging, need vscode-cpptools plugin
  • Support multi-project workspaces
  • Improve mingw platform

Breakpoint Debugging

Multi-project workspaces

MinGW configuration

We need only add --sdk= option to additional configuration in vscode.

"xmake.additionalConfigArguments": {
    "type": "string",
    "default": "--sdk=\"c:\xxx\mingwsdk\"",
    "description": "The Additional Config Arguments, .e.g --cc=gcc --cxflags=\"-DDEBUG\""
}

中文

Similar Posts

Comments