RE: Attaching debugger to Pegasus processes
"Sampige, Sahana Prabhakar \(STSD\)" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <3051CFF4B0ABBF418CBA816A2BF3F20334ADEAE8A0@GVW1105EXC.americas.hpqcorp.net> |
Hi Sreeni, You can attach to a debugger just like it is done for any other process. This is how I do it : 1. you start the cimserver 2. ps -ef | grep cimservermain 3. gdb --pid=<cimservermainpid> 4. b <Where ever you want to debug> 5. type c on the gdb prompt. 6. Run your test program and ddebug cimserver. Rgds, Sahana ________________________________ From: Potakamuri, Sreenivasa [mailto:[email protected]] Sent: Tuesday, February 09, 2010 3:26 AM To: [email protected] Subject: Attaching debugger to Pegasus processes Hi, Is there any documentation on how to attach a debugger to Pegasus processes. Thanks, Sreeni