corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Gdbserver - plugin detail

gdbserver support

NetBeans Plugin - Gdbserver
Plugin owner: gorrus
Website: http://wiki.netbeans.org/GdbServer
Added: 2011-03-28
Last updated: 2011-11-18
NetBeans Versions: 7.0, 7.1
License: GNU GPL v2 only or CDDL
Category: Debugging
Size: 0.02 MB
Downloaded: 898 times
Rating:
 4.41, by 3 users


Download plugin

Verifications for NetBeans versions

7.1 verification PASSED See verification details

Introduction

Allows to attach to gdbserver and debug programs from the IDE.

What's new in this version

1.1.2: fixed compatibility with NB 7.0.1
1.1.1: fixed IZ 198518 (attach from the remote machine)

[ 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