DEBUG mode ERROR
-
i have two modes in my application - ONLINE, OFFLINE WHen i run my program in DEBUG MODE and change my application from ONLINE to OFFLINE mode i get an error- " THE EXCEPTION BREAKPOINT" ABreak point has been reached. (0x80000003) occured in the application at location 0x7c901230 But when running in RELEASE MODE , its running fine.. why is it so
Proud To Be an Indian
-
i have two modes in my application - ONLINE, OFFLINE WHen i run my program in DEBUG MODE and change my application from ONLINE to OFFLINE mode i get an error- " THE EXCEPTION BREAKPOINT" ABreak point has been reached. (0x80000003) occured in the application at location 0x7c901230 But when running in RELEASE MODE , its running fine.. why is it so
Proud To Be an Indian
vivekphlp wrote:
ABreak point has been reached.
And what does call stack tell you ?
Prasad MS MVP - VC++
-
i have two modes in my application - ONLINE, OFFLINE WHen i run my program in DEBUG MODE and change my application from ONLINE to OFFLINE mode i get an error- " THE EXCEPTION BREAKPOINT" ABreak point has been reached. (0x80000003) occured in the application at location 0x7c901230 But when running in RELEASE MODE , its running fine.. why is it so
Proud To Be an Indian
What happens when you set a breakpoint in the routine that handles the changing from ONLINE to OFFLINE, and single-step from that point?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
What happens when you set a breakpoint in the routine that handles the changing from ONLINE to OFFLINE, and single-step from that point?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
THe stack says - NTDLL! 7c901230() here the error comes When i put breakpoint it comes to a function call and then a error msg pops out User Exception at xxxxxxx.
Proud To Be an Indian
vivekphlp wrote:
When i put breakpoint it comes to a function call and then a error msg pops out User Exception at xxxxxxx.
So are you going to tell us what that function call is?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
vivekphlp wrote:
When i put breakpoint it comes to a function call and then a error msg pops out User Exception at xxxxxxx.
So are you going to tell us what that function call is?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne