xavier-cai / vscode-leetcode-cpp-debug

Debug support for LeetCode with C++
https://marketplace.visualstudio.com/items?itemName=XavierCai.vscode-leetcode-cpp-debug
MIT License
25 stars 5 forks source link

支持使用VS的cl.exe作为编译器debug吗 #31

Open leozjr opened 1 year ago

leozjr commented 1 year ago

好像无法运行……

xavier-cai commented 1 year ago

在不启用插件的情况下能正常debug带main函数的代码就是可行的,因为插件只是为你的leetcode代码生成对应的main函数而已

xavier-cai commented 1 year ago

如果能debug带main函数的代码,插件却无法运行,那么麻烦详细描述一下插件的运行情况(是否报错是否生成任何文件等)