netbeans - 调试器退出,代码为 0xc0000135

Ada*_*ato 2 netbeans netbeans-8

我需要在 netbeans 中安装调试器。我已经在 mingw/bin 目录中安装了 gdb mingw-get.exe install gdb。我已经添加了行C:\MinGW\bin\gdb.exe。但是,当我运行调试器时,它会发出以下消息:

During startup program exited with code 0xc0000135.

谁能解释一下如何解决这个问题?

Ada*_*ato 8

我想我已经找到了解决办法。我将该行添加C:\MinGW\bin到“路径”环境变量(在控制面板中)。现在消息错误不会出现并且调试器正在运行。