Brown dot

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

Mazza

HI guys,
Can anyone please tell me why a brown dot appears next to a line of code and
that line is high lighted in brown when you click next to a line of code on
the left hand side?

Maz
 
This is a joke right?

If you REALLY don't know what that is, how it's used, etc..., I think you had
better quit while your ahead, and pick up a good book on Access programming.


What that 'Brown Dot' and highlighted line means it that you (the developer
who is looking at the code in the database) has set a "breakpoint" - used to
stop your code at a particular spot, so that you can see what's happening
'behind the scenes'...

HTH,

Corey

PS: Post back when it turns Yellow... :-)
 
HI guys,
Can anyone please tell me why a brown dot appears next to a line of code and
that line is high lighted in brown when you click next to a line of code on
the left hand side?

Maz

It's a Breakpoint. Code execution will stop when it reaches that line,
and allow you to view variables' values, step through the code,
restart, and so on.

John W. Vinson[MVP]
 

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