Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why does App goes into debug mode without any breakpoints set.

Status
Not open for further replies.

colezpapa

Programmer
Feb 26, 2007
86
US
When I run my app, its going into debug mode. I cleared the breakpoints and re-booted but it still goes into debug,
Whats going on, I never saw this before.
 
What happens when you compile? What line is highlighted?
 
I've had this before, if i remember rightly, one fo the variables names I had declared happened to be a 'reserved' name, it was something like Name, or User or similar.

Once I changed it to strUser all seemed well.
 
I'm not sure why it happens. But it has happened to me before and here is what I do to clear it.

I set a breakpoint.
Run the code until it breaks.
Stop the code.
Remove the Breakpoint.
I run the code again and it should be gone.

Hope this helps.
 
Dear colezpapa,

I have seen the same happen to me on occasion.

What I did to correct the issue was to clear all break points twice. That is twice in a row before running the app again.

Do not know why, but it seems to solve the problem for me.

Hope This Helps,
Hap...

Access Developer [pc] Access based Accounting Solutions - with free source code
Access Consultants forum
 
Thanks all. I removed the breakpoint, then set a new one...and removed it again., all is ok now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top