all groups > visual studio .net debugging > august 2003 >
You're in the

visual studio .net debugging

group:

Module Wide Breakpoints


Module Wide Breakpoints Nick Carter
8/28/2003 8:43:09 AM
visual studio .net debugging:
How can I set a breakpoint on a module instead of a line ? I want Visual
Studio to break as soon as any line of code in a given .cs file is executed.

Nick Carter

Re: Module Wide Breakpoints [MVP] SmileSeo
8/30/2003 4:25:42 PM
Hi. Nick.

I think it is impossible to set breakpoint on a whole file. Instead, how
about using trace? If you insert trace into a method or a line that you want
to trace, you can figure out what code is excuted and you can set breakpoint
on a module.



--

--------------------
Microsoft .NET MVP


[quoted text, click to view]

AddThis Social Bookmark Button