Author Topic: Attaching debugger to a process  (Read 2824 times)

manustone

  • Guest
Attaching debugger to a process
« on: October 28, 2009, 03:12:15 pm »
Hi
I would like to attach the CODEBLOCKS debugger to a running process NOT compiled with codeblocks but with common gcc. How to set the breakpoints in this case? It is enough to open the code file and set breakpoints of Do I need to pause the process ( if possible ) and then set the breakpoints?
Kind Regards

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Attaching debugger to a process
« Reply #1 on: October 28, 2009, 05:04:49 pm »
C::B should pause it for you.
If it doesn't please provide a test project, so we can reproduce it and hopefully fix it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]