Author Topic: Remote debugging problem (gdb)  (Read 6166 times)

don-3000

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Remote debugging problem (gdb)
« on: October 17, 2006, 01:05:18 PM »
Hello,

I use the visual slick editor under Linux and the gdb debugger (and gdbserver). Unfortunately there is something wrong with the communication and the host receives permanently SIGPIPE signals which are displayed by the slick editor in pop up windows. In the ddd there is a way to depress the messages by a option like "handle SIGPIPE nostop noprint". Is there a similar possibility in SlickEdit?

Thanks for your help
M. Kröhn



Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: Remote debugging problem (gdb)
« Reply #1 on: October 17, 2006, 01:46:49 PM »
After connecting to the remote target, from the SlickEdit command line, type:

     debug_send_command handle SIGPIPE nostop noprint


don-3000

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Remote debugging problem (gdb)
« Reply #2 on: October 17, 2006, 02:20:53 PM »
Perfect, it works.

Thanks
M. Kröhn