Re: How to disable debugger stepping into new (newop.cpp)
From: Amit (Amit_at_discussions.microsoft.com)
Date: 10/05/04
- Next message: Steven Cheng[MSFT]: "Re: Hang while debugging ASP.Net on Windows 2003"
- Previous message: Bill: "Re: Lost IDE configuration on switch to Domain"
- Maybe in reply to: Johan Nilsson: "Re: How to disable debugger stepping into new (newop.cpp)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 5 Oct 2004 13:33:08 -0700
When you attach to a process, you have the option of not debugging native
code. Uncheck this option one time, and it should save this for when you run
with "Start Debug"
Amit
"John Petritis" wrote:
> I will make a note of that, but I am really looking to have it not go into
> files with c++ code. Specifically newop.cpp and the files that the stl (the
> c++ standard template library).
>
> Should I be posting this elsewhere?
>
> There used to be an undocumented way to do it before Visual Studio.NET
>
> Thanks.
>
> "Éric Moreau [VB MVP]" <eric.moreau_.N.O.S.P.A.M._@videotron.ca> wrote in
> message news:%PS4d.46016$z74.573295@wagner.videotron.net...
> > In VB.Net, we can add this attribute in front of a method declaration:
> > <System.Diagnostics.DebuggerStepThrough()>
> >
> >
> > --
> >
> > HTH
> >
> > Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
> > Conseiller Principal / Senior Consultant
> > Concept S2i inc.(www.s2i.com)
> >
> >
> > "John Petritis" <Solx@newsgroup.nospam> wrote in message
> > news:O0HXCFYoEHA.2864@TK2MSFTNGP12.phx.gbl...
> > > Is there a way to stop the debugger from stepping into some places,
> > > specifically places like where operator new is defined.
> > > I know there was a way before Visual Studio.NET, but haven't been able
> to
> > > find a way to do it now.
> > >
> > >
> >
> >
>
>
>
- Next message: Steven Cheng[MSFT]: "Re: Hang while debugging ASP.Net on Windows 2003"
- Previous message: Bill: "Re: Lost IDE configuration on switch to Domain"
- Maybe in reply to: Johan Nilsson: "Re: How to disable debugger stepping into new (newop.cpp)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|