Re: how to pass whole bunch of functions...
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Wed, 23 Aug 2006 13:07:16 +0300
So you want to step through (or over) a set of functions with breakpoints,
and don't want the breakpoints to be hit? I don't think it is possible
without disabling the breakpoints manually.
Sounds like OP is asking about a conditional breakpoint based on the call
stack.
Yes, you are right. Even simpler, the breakpoints could be made conditional
on the value of e.g. global variable whose only purpose is to signal whether
the breakpoints should break or not. The OP could manually change the value
of the variable in Watch window to enable/disable the breakpoints.
Different variables could be used to control different sets of breakpoints.
I must admit that for me it's always a bit difficult to understand what Jacky
actually means :)
Oleg
.
- References:
- how to pass whole bunch of functions...
- From: Jacky Luk
- Re: how to pass whole bunch of functions...
- From: Oleg Starodumov
- Re: how to pass whole bunch of functions...
- From: Ben Voigt
- how to pass whole bunch of functions...
- Prev by Date: Re: debugger loading only int and ptr symbols in a dll.
- Next by Date: Re: debugger loading only int and ptr symbols in a dll.
- Previous by thread: Re: how to pass whole bunch of functions...
- Next by thread: Reading debuginfo from pdb.
- Index(es):
Relevant Pages
|