How to "step into" in the middle of a long piece of code
Hi SteveC
You can use the goto call, something like this
At the first line of code put in GoTo SteveCLine
Then at the place you want it to jump to type in SteveCLine:
When your through debuggin remove the lines
"SteveC" wrote:
Hi,
Currently I press F8 to step into a code. Then I have to select a yellow
arrow and drag it down to where I want to start viewing the code, step by
step.
Is there an easier way to step into exactly where you want to, instead of
dragging the arrow down? Like a "step into" at the cursor, option?
thanks...
|