VB Editor and Moving Line Pointer

  • Thread starter Thread starter Tim Childs
  • Start date Start date
T

Tim Childs

Hi

I am editing and debugging code in the editor on a LAPTOP. The problem is
that using the left button touchpad mouse I am not able to drag the yellow
pointer in "step-through" mode. All that happens when I press the left
button is that I get a new break-point. Apart from getting a conventional
mouse, is there a tip or workaround, please?

Many thanks

Tim
 
You step through code using the debug toolbar controls. The panel to left
of code is for setting breakpoints only.
 
Hi,

Perhaps you could use the Keyboard shortcut.
On the line where you want to step to use CTRL+F9

Cheers
Andy
 
Hi,

Not exactly true. A single left click will indeed toggle breakpoints.
But when stepping through the code you can select the Yellow Arrow and
drag it. When hovering over the arrow the cursor changes to display
up/down and Right arrows.

The panel can also display Bookmarks.

Cheers
Andy
 
Maybe you can use the keyboard.

After you've started stepping through the code, click on Debug on the toolbar.

You'll see some options with their corresponding keyboard shortcuts.
 

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