xmake-io / xmake-vscode

🍩 A XMake integration in Visual Studio Code
https://xmake.io
Apache License 2.0
232 stars 55 forks source link

vscode debug #3

Closed Ultraman95 closed 5 years ago

Ultraman95 commented 6 years ago

必须先把要用的动态dll复制到工程build的相应目录下,才能调试?

waruqi commented 6 years ago

这个见 https://github.com/tboox/xmake/issues/242#issuecomment-433763278

waruqi commented 6 years ago

https://github.com/tboox/xmake/issues/242#issuecomment-433888801

vscode运行参数是可以配置的,你可以在vscode里面搜下xmake的配置项:"xmake.runningTargetsArguments": {}

Ultraman95 commented 6 years ago

正常的xmake run命令如何增加参数

waruqi commented 6 years ago

xmake run targetname arg1 arg2 arg3

你可以敲 xmake run --help看下