Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not able to trace through code
Message
 
To
30/01/2006 09:02:12
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01091045
Message ID:
01091460
Views:
20
>Do you have the attribute in front of your method? >> Not sure what you are talking about.

Check the InitializeComponent method in a Windows form. It has the attribute "System.Diagnostics.DebuggerStepThrough()" in front of it. That will stop the debugger to go through the method.

>Have you set properties on your BreakPoint to only stop on some conditions? Check the properties of the breakpoint. >> Didn't know you could set a condition... but no, there isn't one.

If you open the breakpoints window (Debug->Windows->Breakpoints), you can see/set properties on breakpoints.

>There is one thing that I did about the time I noticed this start. I added a #If DEBUG statement at the beginning of my app so I could skip the login screen if I was in debug mode. Would that be causing the problem?

I don't think so but try removing it.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform