debug - step by step

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
 
S

Siva M

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
 
G

Guest

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"
 
S

stand__sure

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
 
H

Herfried K. Wagner [MVP]

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

Top