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?