Reputation:
I need to install debugger in netbeans. I have already installed gdb in the mingw/bin directory with mingw-get.exe install gdb
. I have added the line C:\MinGW\bin\gdb.exe
. However when i run the debugger it gives out this message:
During startup program exited with code 0xc0000135.
Can anyone explain how to solve this issue?
Upvotes: 4
Views: 10217
Reputation:
I think that i have found the solution. I added the line C:\MinGW\bin
to the "Path" environment variable (in the control panel) . Now the message error doesnt appear and the debugger is running.
Upvotes: 10