473,511 Members | 11,345 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Breakpoint being hit even when THERE ARE NO BREAKPOINTS set

Hi. I am developing a database with Microsoft Access. When I run the
application I get flipped into debug mode in the Visual Basic window at
an old (unset breakpoint). I keep going to the Debug Menu and clearing
all breakpoints, even though there are no breakpoints currently set.
Yet, it still stops at the same location.

Any ideas?

I am running Access 2k3, but the database has been created to run on
Access 2k.

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #1
6 2165
I had the same problem with access97 last week...
I used the /decompile switch after saving a copy of the mdb
recompiled - everything now works fine

Susan Bricker wrote:
Hi. I am developing a database with Microsoft Access. When I run the
application I get flipped into debug mode in the Visual Basic window at
an old (unset breakpoint). I keep going to the Debug Menu and clearing
all breakpoints, even though there are no breakpoints currently set.
Yet, it still stops at the same location.

Any ideas?

I am running Access 2k3, but the database has been created to run on
Access 2k.

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***


Nov 13 '05 #2
This is a form of corruption that happens in Access projects from time to
time. You may need to decompile the project using the /decompile command line
switch.

On Tue, 28 Jun 2005 03:08:01 GMT, Susan Bricker <sl*****@verizon.net> wrote:
Hi. I am developing a database with Microsoft Access. When I run the
application I get flipped into debug mode in the Visual Basic window at
an old (unset breakpoint). I keep going to the Debug Menu and clearing
all breakpoints, even though there are no breakpoints currently set.
Yet, it still stops at the same location.

Any ideas?

I am running Access 2k3, but the database has been created to run on
Access 2k.

Regards,
SueB

*** Sent via Developersdex http://www.developersdex.com ***


Nov 13 '05 #3
Susan Bricker wrote:
Hi. I am developing a database with Microsoft Access. When I run the
application I get flipped into debug mode in the Visual Basic window at
an old (unset breakpoint). I keep going to the Debug Menu and clearing
all breakpoints, even though there are no breakpoints currently set.
Yet, it still stops at the same location.

Any ideas?

I am running Access 2k3, but the database has been created to run on
Access 2k.


Set a breakpoint. Then Ctrl+Shift+F9 - clear all breakpoints.

--
[OO=00=OO]
Nov 13 '05 #4
Steve Jorgensen <no****@nospam.nospam> wrote in
news:et********************************@4ax.com:
This is a form of corruption that happens in Access projects from
time to time. You may need to decompile the project using the
/decompile command line switch.


It's also an indication that you should probably turn off COMPILE ON
DEMAND and compile manually instead.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #5
On Tue, 28 Jun 2005 15:42:35 GMT, "David W. Fenton"
<dX********@bway.net.invalid> wrote:
Steve Jorgensen <no****@nospam.nospam> wrote in
news:et********************************@4ax.com :
This is a form of corruption that happens in Access projects from
time to time. You may need to decompile the project using the
/decompile command line switch.


It's also an indication that you should probably turn off COMPILE ON
DEMAND and compile manually instead.


Wow - I didn't even know about that option. I'll give that a try myself.
Nov 13 '05 #6
Steve Jorgensen <no****@nospam.nospam> wrote in
news:gg********************************@4ax.com:
On Tue, 28 Jun 2005 15:42:35 GMT, "David W. Fenton"
<dX********@bway.net.invalid> wrote:
Steve Jorgensen <no****@nospam.nospam> wrote in
news:et********************************@4ax.co m:
This is a form of corruption that happens in Access projects
from time to time. You may need to decompile the project using
the /decompile command line switch.


It's also an indication that you should probably turn off COMPILE
ON DEMAND and compile manually instead.


Wow - I didn't even know about that option. I'll give that a try
myself.


I was going to say that you needed to go back and read MichKa's
article on decompile:

http://trigeminal.com/usenet/usenet004.asp

but then I checked it and see it says nothing about compile on
demand.

I suspect this was a piece of MichKa advice.

I've had insignificant corruption since I started turning it off on
all my development boxes.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3427
by: chris | last post by:
hello I have a project with two imported dll's. I try to put a breakpoint in the main project in one of the modules of the DLL ... Some breakpoints are hit but in one module no breakpoints are...
5
2174
by: lawrencelee | last post by:
My purpose is to know which code reads value from a certain address. So I want to set a memory breakpoint and when cpu reads from the address, the breakpoint will be hit. But in the "Data breakpoint"...
9
432
by: Tim Cali | last post by:
I set a breakpoint in a project, however the breakpoint is ignored. This was in the TimeTracker project from the Asp.Net site. I added it at the Login method of the TTUser class (TTUser.vb). I...
3
2956
by: John Kutsor | last post by:
I have been working on a ASP.NET project with VB Code behind for a while now, and it ran perfectly up until now. When I try to set a breakpoint or a watch at certain parts of the project, even...
0
3171
by: noleander | last post by:
Hi. Ive been using Visual C++ for two years on an application. The application is one solution, containing 10 projects. 9 of the projects build libraries (*.lib). I've been debugging the...
4
5514
by: TC | last post by:
When I try to debug my code, Visual Studio is skipping my breakpoints. At runtime, the solid red circle becomes only the outline of a circle, and if I hover over the breakpoint I see the message...
5
2270
by: Max2006 | last post by:
Hi, I am using Visual C# 2005 and I like to setup breakpoint that pause execution upon a class variable change. Is that possible?
4
4286
by: JohnR | last post by:
I understand the VS2005 still doesn't support data breakpoints in VB. My question is this.. does anybody know of a 3rd party product that DOES support data breakpoints in VB? As an aside, does...
6
2056
by: Morgan Packard | last post by:
Hello, Wondering what everyone's experience with breakpoint debugging is here. I've been using firebug for a few years and, while I'm delighted to have _some_ debugging ability, I've found it to...
0
7251
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7148
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7367
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7430
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7517
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5072
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3217
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
790
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.