Author Topic: signal SIGCONT  (Read 13123 times)

sved

  • New Community Member
  • Posts: 1
  • Hero Points: 0
signal SIGCONT
« on: July 31, 2006, 01:57:25 AM »
Hi

Generally when i want to debug a program spawned from another program with execv
i put a pause  statement in program to debug as well as install a signal handler for SIGCONT
then after i attach to spawned process with gdb   i can send a signal SIGCONT in gdb to continue
debugging.

How can i send a "signal SIGCONT" to a process that i have attached to in VisualSlickEdit 11.0
just like i can in gdb.

Thanks for any help

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: signal SIGCONT
« Reply #1 on: August 31, 2006, 02:56:11 PM »
From the SlickEdit command line, you can use "debug_send_command signal SIGCONT" to send the signal command through GDB to the process you are attached to.