debug - step by step

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
with vb6 it was possible to step through the code by pressing F8. Is this
still possible with .net 2003?

Thanks,
Frank
 
Hi,

If you are using Visual Studio .NET 2003, the equivalent key is F10 (F11 to
step into a procedure).

Hi,
with vb6 it was possible to step through the code by pressing F8. Is this
still possible with .net 2003?

Thanks,
Frank
 
yes, after setting a breakpoint and starting the debugger, use F10 to step
through, if that hotkey doesnt work its under the debug menu "Step Through"
 
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize>Keyboard
 
stand__sure said:
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize>Keyboard

.... or on the start page -> "My Profile" -> "Keyboard schema".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top