You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Unable to start debugging. Unexpected GDB output from command"-exec-run". During startup program exited with code 0xc0000139.
The program 'c:\Users\Jiazhen Huang\AppData\Roaming\Code\User\globalStorage\ccagml.vscode-leetcode-problem-rating\cppproblem234.exe' has exited with code 0 (0x00000000).
🐛 Bug Report(错误报告)
在使用该拓展的内置debug功能进行调试时,出现以下错误:
导致debug程序无法正常启动。然而,当我在本地自己设计main函数与测试样例,并使用VSCode自带"调试C/C++"功能时,debug程序又能够正常启动。
我尝试更改了环境变量PATH中anaconda的mingw-w64和默认mingw-w64的顺序,然而并没有起到作用。
同时,根据网上的建议,我使用
Dependency Walker
查看了c:\Users\Jiazhen Huang\AppData\Roaming\Code\User\globalStorage\ccagml.vscode-leetcode-problem-rating\cppproblem234.exe
的依赖状态,如下图所示:To Reproduce(重现)
以下是我的
launch.json
,settings.json
和tasks.json
文件。1.
launch.json
2.
settings.json
3.
tasks.json
Expected behavior(预期行为)
正常进入调试状态。
Extension Output(扩展输出)
Your Environment
The text was updated successfully, but these errors were encountered: