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".
 
Back
Top