After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530907 - Allow remote debugging session to be saved
Allow remote debugging session to be saved
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
0.5.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-01 16:31 UTC by Julien Lecomte
Modified: 2010-10-13 19:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien Lecomte 2008-05-01 16:31:19 UTC
I need to debug a program remotely. Every time I open nemiver, I need to open the remote debugging dialog, enter the host and port, click connect, open some source file, etc. I would love to be able to save debugging sessions and do all of this in one click (or have nemiver take parameters in the command line to start in the right mode. KDbg can do something similar by using: kdbg -r host:port program)
Comment 1 Dodji Seketeli 2008-05-01 16:35:37 UTC
Okay, this is a valid request. I would like to see this implemented as well.

Thank you for reporting this.
Comment 2 Dodji Seketeli 2010-10-13 19:19:34 UTC
This should be fixed in the master branch of the git repository. It'll be available in Nemiver 0.8.

Basically, you can now do nemiver --remote=HOST:PORT <program> to attach to the remote target.

Furthermore, after you have quit Nemiver, doing nemiver --last should connect you to the target too.