Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Module Wide Breakpoints

0 views
Skip to first unread message

Nick Carter

unread,
Aug 28, 2003, 3:43:09 AM8/28/03
to
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


[MVP] SmileSeo

unread,
Aug 30, 2003, 3:25:42 AM8/30/03
to
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


"Nick Carter" <ni...@dontspamme.com> wrote in message
news:uTuqAjTb...@tk2msftngp13.phx.gbl...

Nick Carter

unread,
Sep 2, 2003, 3:00:01 AM9/2/03
to
That sounds interesting - I'll give it a go.

Nick

"[MVP] SmileSeo" <seao...@msmvp.com> wrote in message
news:OmjVH1z...@tk2msftngp13.phx.gbl...

0 new messages