PC Review


Reply
Thread Tools Rate Thread

Debugger will not work

 
 
=?Utf-8?B?YXJ2?=
Guest
Posts: n/a
 
      7th Jul 2004
I have an Access app. that will not react to any breakpoints I place in the form code. It will not even stop on a debug.print. It is Access 2k using DAO 3.6. I'd really like to be able to run some forms/code thru the debugger. Any ideas as to why the debugger does not work?

May sound silly but....could the reason be b/c I'm trying to use Access XP when looking at the code? Although, my co-worker has the same issue and she has Access 2k.

Any help is appreciated.

Thanks..
 
Reply With Quote
 
 
 
 
M.L. Sco Scofield
Guest
Posts: n/a
 
      7th Jul 2004
Can't say for sure without knowing what event, (and possibly seeing your
code,) however, there are a few form events that can't be single stepped.
(And don't ask me which ones. :-)

I'm curious about your comment about Debug.Print. It is not supposed to stop
the code. However, you should see something printed in the immediate window.

You can use Debug.Assert to stop code, however, you'll probably still have
the same problem you're having with break points.

In those cases where I've had this happen, I copy the code into a standalone
module and single step it there. Although there are some cases where you
have to have the code in the event for state issues, you can usually work
around it.

Good luck.

Sco

"arv" <(E-Mail Removed)> wrote in message
news:782C7CDD-946D-45F3-846F-(E-Mail Removed)...
> I have an Access app. that will not react to any breakpoints I place in

the form code. It will not even stop on a debug.print. It is Access 2k
using DAO 3.6. I'd really like to be able to run some forms/code thru the
debugger. Any ideas as to why the debugger does not work?
>
> May sound silly but....could the reason be b/c I'm trying to use Access XP

when looking at the code? Although, my co-worker has the same issue and she
has Access 2k.
>
> Any help is appreciated.
>
> Thanks..



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugger does not work Gopalan Microsoft ASP .NET 1 22nd Apr 2005 11:32 PM
debugger breaks don't work in VS.NET msnews.microsoft.com Microsoft ASP .NET 2 16th Jul 2004 09:36 PM
Can't seem to get debugger to work tfs Microsoft ASP .NET 1 28th Jun 2004 10:49 PM
Need help with asp.net debugger stopping (used to work a day ago) Lloyd Sheen Microsoft ASP .NET 0 25th Feb 2004 10:37 PM
Can't Get SQL Debugger to Work Colin Microsoft ADO .NET 9 24th Dec 2003 03:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:45 PM.