Author Topic: Conditional breakpoints on GDB plugin  (Read 3635 times)

marfig

  • Guest
Conditional breakpoints on GDB plugin
« on: July 28, 2006, 10:55:06 pm »
I'm not being able to set conditional breakpoints for GDB under the Debugger plugin. I' not being able to do it either through "send user command to debugger" from the debug menu. In fact, no matter what I write on this text box, I see no change on the debugger output tab, or any other evidence the command was sent.

July 25th Nightly build and GDB 6.3.2

marfig

  • Guest
Re: Conditional breakpoints on GDB plugin
« Reply #1 on: July 29, 2006, 10:04:15 pm »
Solved.

My error. The condition was depending on a inline function and as thus it couldn't be used for a conditional breakpoint. Unfortunately the debugger plugin does not mirror the error message sent by GDB for these cases and I was thus being left on the dark as to why it was not working as expected. Only when I did a manula debug did I get to see the error message.

Moved this discussion to the nghtly build forums. I hope that is the correct place.