This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136452

Summary: Add the ability to debug remote processes
Product: cnd Reporter: oberonc <oberonc>
Component: DebuggerAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description oberonc 2008-06-04 11:20:31 UTC
Hi

Right now there is support for only 2 debugging methods:
1. Load and execute a program using the local debugger.
2. Attach to a local process.

GDB has support for a third method: gdb + gdbserver.
On the remote server you execute gdbserver (either attach to an existing process or start a new one - this would be the
user responsibility). Netbeans on the other side will start gdb and issue the command "target remote HOST:PORT" (similar
to what it does when attaching to a local process).
After these steps debugging will continue as usual.

The UI should be similar to the Java debugger UI for remote debugging.

Or
Comment 1 _ gordonp 2008-06-04 16:39:37 UTC
We are adding remote development (although not using gdbserver) in NB 6.5.

*** This issue has been marked as a duplicate of 136323 ***