Question Running Debug shows Macros

stretch66

Racing towards the start
Local time
Today, 12:57
Joined
Sep 28, 2005
Messages
72
Hi,

Maybe this is a stupid question but I am trying to run debug on some code behind a form but everytime I press F5 some Modules screen pops up?

Do I have to have some sort of seetings from the View and Debug Menu?
 
Code in a form *only* runs when the form is running (loaded). Put a breakpoint in the code if you want to single step the code.
 
Hi,

Got caught up on other stuff so couldn't reply. This is the problem I had put a break point in and it still pops up with the Modules form? I know I am not well versed in debugging so must be missing something simple.
 
That is the action I would expect. The line with the breakpoint should be highlighted. What are you trying to accomplish while in the debugger?
 

Users who are viewing this thread

Back
Top Bottom