Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

i have a program and when i input breakpoin in that works corectly ... but when i run it without breakpoint works false ..

anywhere it hasnt error but i dont know why dosnt work !!

can anybody help me ??

thank you for time
Posted
Comments
Rockstar_ 4-Oct-12 2:22am    
Compile properly and give the same input and try...
Rockstar_ 4-Oct-12 2:23am    
Dont blame visual studio developers
Mohd. Mukhtar 4-Oct-12 2:32am    
Are you getting any error while running without breakpoint?
skydger 4-Oct-12 3:33am    
Is there any exception messages or something? Could you, please, provide us a code sample?

If true, then this is one of the difficult-to-find problems, and may be related to timing what happens when in you application, specifically when compared to the outside world.

Unfortunately, we can't say "do this, it'll fix it" because with the limited information you have given us we have no idea what your code does, let alone how it does it!

It looks like you will have to "fall back" to the older method of debugging: adding logging statements to you code to try and pin down at least the rough area in which the problem happens rather than using the debugger at all.
 
Share this answer
 
i found problem...

in event oriented programs ,breakpoint is effective in program process

if program was not visual or multithread this matter wasnt important...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900