user7298892
user7298892

Reputation:

netbeans - debugger exited with code 0xc0000135

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

Answers (1)

user7298892
user7298892

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

Related Questions