Re: how to pass whole bunch of functions...

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




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



.



Relevant Pages

  • VS 2003 Breakpoints not being hit consistently
    ... I am using Visual Studio 2003 on a Win 2003 SP1 machine and am seeing a ... weird behavior with the debugger. ... the code for a ASP.NET Web Application are not being hit at all, ... sometimes all the breakpoints are being hit and sometimes the ...
    (microsoft.public.vsnet.debugging)
  • Breakpoints are not getting hit in ASP.NET (C#) project
    ... Continued to my earlier post regaring "Breakpoints are not getting hit" ... I am getting the following error while debugging any newly created ... · Very first time there was nothing selected in the "choose the ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Breakpoints not getting hit
    ... Since the symbols don't match the source file you have it appears that you ... are hitting some breakpoints but not others when you clearly should be. ... Verify that you are in debug mode and not release mode. ... #In my web app, I have a file in which some break points are hit, and other ...
    (microsoft.public.vsnet.ide)
  • Whidbey does not hit breakpoints
    ... set breakpoint will never be hit. ... I'm struggling to figure out why those two machines don't debug ... properly--both of them have Code Composer, ... breakpoints in the exact same source code that the other two DO hit ...
    (microsoft.public.vsnet.debugging)
  • Re: How to make my own symbol file for VS.NET debugger?
    ... I also could set breakpoints and hit them. ... I don't know why I think it must be a VS.NET debugger bug. ...
    (microsoft.public.vc.debugger)