Author Topic: Questions about debugger  (Read 3512 times)

klin3

  • Guest
Questions about debugger
« on: January 11, 2013, 11:22:37 pm »
I've been trying to use the debugger function in code block and I've read some manual and watched some videos about it
but when I follow the step that manual/video wants me to do it always turns out differently, like when I click on run to cursor
the function still runs the program, and no variables are shown in the watches area. So is there a more specific guide out there
or can someone explain how to use debugger step by step.

thanks

Offline scarphin

  • Lives here!
  • ****
  • Posts: 640
Re: Questions about debugger
« Reply #1 on: January 12, 2013, 11:08:05 am »
You may be trying to debug a 'release' target. If that's the case, switch to 'debug' target and debug. Also the experts will need your CB and OS version, maybe gdb version too.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
(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!]