[ You have to be logged in to be able to comment. ]
User Comments
Source Code
I've updated http://wiki.netbeans.org/GdbServer with the information about source code location
Posted by gorrus on Oct 11, 2011
Source Code
Is it possiable to get a copy of the source code for this module. If so please publish a link to the download page.
Posted by justinb on Oct 11, 2011
Question
I would like to get in contact with the developer of this plugin because I have a question about how the paths is handled.
This is the error I get when trying to debug.
java.lang.Exception: Cannot run program "/home/arm/buildroot-2011.02/output/host/usr/bin/arm-linux-gdb" (in directory "C:\Documents and Settings\marcus.w\Mina dokument\NetBeansProjects\WMUltra"): CreateProcess error=3, Det går inte att hitta sökvägen
at org.netbeans.modules.cnd.debugger.common2.utils.ExecutorCND.startEngine(ExecutorCND.java:208)
at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.startAsync(Gdb.java:468)
at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.access$800(Gdb.java:172)
at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory$1.run(Gdb.java:297)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
The path to gdb is correct since it's possible to get the version with the "Versions..."-button.
Posted by Wille_W on May 10, 2011