Re: Debug Step into another form
- From: "Armin Zingler" <az.nospam@xxxxxxxxxx>
- Date: Thu, 25 Oct 2007 19:17:52 +0200
"Sergio Cifuentes" <SergioCifuentes@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb
i just want to debug step by step in a form, but when i call some
other form with the sentence:
form.ShowDialog()
the debug cursor doesn't navigate to that form,
ShowDialog does not belong to your source code, hence the debugger can not
step into it. You could only step into the disassembly, but the method is
part of the Framework and not of your project.
The debugger can only stop at executable lines. In which line do you want it
to stop?
i mean only when i
exit that form the debugger starts again.
Armin
.
- Follow-Ups:
- Re: Debug Step into another form
- From: Sergio Cifuentes
- Re: Debug Step into another form
- References:
- Re: Debug Step into another form
- From: Armin Zingler
- Re: Debug Step into another form
- Prev by Date: Embeded Resource
- Next by Date: Re: Where is the rest of my Form Class? Where is main?
- Previous by thread: Re: Debug Step into another form
- Next by thread: Re: Debug Step into another form
- Index(es):
Relevant Pages
|