brown dot on left column of code

  • Thread starter Thread starter Mazza
  • Start date Start date
M

Mazza

Can someone please tell me why if you click on the left hand side of a line
of code that a brown dot appears and the code is highlighted in brown.
What is the purpose of this?
Mazza
 
Mazza said:
Can someone please tell me why if you click on the left hand side of
a line of code that a brown dot appears and the code is highlighted
in brown. What is the purpose of this?

That's a breakpoint. When the code runs, it will pause execution at
that line, waiting for you to take some debugging action or tell it to
continue.
 
Thanks dirk

Dirk Goldgar said:
That's a breakpoint. When the code runs, it will pause execution at
that line, waiting for you to take some debugging action or tell it to
continue.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 

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