This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Conditional Breakpoint


manav.sharma wrote:

I was wondering if insight offers the ability to put 'Conditional
Breakpoints'

This can only be accomplished via the console window and standard gdb syntax. Use "info break" to get the breakpoint number for your breakpoint, then use the "condition" command to set the condition (type "help condition" for more information on using the breakpoint condition command).


Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]