Re: How to debug(step thru) a main appl with 33 projects in it?
- From: "Adam Clauss" <cabadam@xxxxxxxx>
- Date: Wed, 22 Jun 2005 15:27:05 -0500
"Alpha" <Alpha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9700D616-13F9-4AAB-808F-463CA3ECA521@xxxxxxxxxxxxxxxx
> Yes most are in C# of the 33 projects except for 2 of them.
>
> OK. thanks. I think that will tell me which project/module. But what if
> I
> want to step through that project /module? It doesn't work now.
That will tell you nto only process/module, but exactly which functions are
being called.
If you are getting assembly, then you are likely making some System call
that really won't help you much anyway. There should be a command to
"Step-Out" that will take it up one level at a time in the call stack. As
soon as you get to your code again, you can see where it is and set
breakpoints, step through, do whatever it is you need to do.
--
Adam Clauss
.
- Follow-Ups:
- References:
- How to debug(step thru) a main appl with 33 projects in it?
- From: Alpha
- Re: How to debug(step thru) a main appl with 33 projects in it?
- From: Ollie Riches
- Re: How to debug(step thru) a main appl with 33 projects in it?
- From: Alpha
- Re: How to debug(step thru) a main appl with 33 projects in it?
- From: Adam Clauss
- Re: How to debug(step thru) a main appl with 33 projects in it?
- From: Alpha
- How to debug(step thru) a main appl with 33 projects in it?
- Prev by Date: Re: Reset a foreach loop.
- Next by Date: Re: Reset a foreach loop.
- Previous by thread: Re: How to debug(step thru) a main appl with 33 projects in it?
- Next by thread: Re: How to debug(step thru) a main appl with 33 projects in it?
- Index(es):
Relevant Pages
|