GNOME Bugzilla – Bug 530907
Allow remote debugging session to be saved
Last modified: 2010-10-13 19:19:42 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)
Okay, this is a valid request. I would like to see this implemented as well. Thank you for reporting this.
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.