Debugging only working half the time

G

Guest

I am using VB.NET and for some reason debugging is not working properly.
Sometimes it will work and then other times it will not work at all. I will
often times have to Start the program using debug mode 5-10 times before my
break point is reached IF it is reached at all. Is there a solution?

Heres some system information
Microsoft Visual Basic .NET 69586-270-0000007-18268
Microsoft Visual C# .NET 69586-270-0000007-18268
Microsoft Visual C++ .NET 69586-270-0000007-18268
Microsoft Visual J# .NET 69586-270-0000007-18268
Crystal Reports for Visual Studio .NET AAP50-GS00000-U7000RN
Microsoft Application Center Test

OS Name Microsoft Windows XP Professional
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Name 8189-10411
System Manufacturer IBM
System Model 8189MUA
System Type X86-based PC
Processor x86 Family 15 Model 2 Stepping 9 GenuineIntel ~2793 Mhz
Processor x86 Family 15 Model 2 Stepping 9 GenuineIntel ~2793 Mhz
BIOS Version/Date IBM 2AKT42AUS, 8/9/2004
SMBIOS Version 2.31
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2180
(xpsp_sp2_rtm.040803-2158)"
User Name 8189-10411\dlepitre
Time Zone Eastern Standard Time
Total Physical Memory 512.00 MB
Available Physical Memory 122.67 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 1.20 GB
Page File C:\pagefile.sys
 
J

Jeff B.

Daniel,

By chance are you starting your application by pressing CTRL+F5 (rather than
just pressing F5)? Using CTRL+F5 to start your application will start in
non-debug mode (assuming you're keyboard scheme hasn't been modified).

--- Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top