Re: Debug Step into another form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"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

.



Relevant Pages

  • Re: how to protect the source?
    ... they are present in memory somewhere. ... navigate an url. ... If I wanted to get the data, I'd just run your program under debugger, ... land, and it could be dangerous sitting under them as they fly ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Can I view a datasets contents from the debugger?
    ... A dataset consists of tables. ... In the debugger ... navigate to the required table, ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: .net 2005 cannot show menu !
    ... "Agnes" schrieb: ... however, after complie under 2005, Same program runs, the main menu didn't show. ... I use debugger to check, the process is hold during "frmMain.showdialog" and then done nothing. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How do I open an nonmodal owned form over a mdi container ?
    ... there is an error in the program - the debugger is NO MORE able to ... I know the problem with the exception in a Timer's Tick event handler: The exception is not caught but the "JIT debugger" message occurs. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Justified moaning?, I like to think so.
    ... Nick Hodges schrieb: ... skipping over. ... it's irritating to have two different means to inspect some variables in the debugger. ...
    (borland.public.delphi.non-technical)