|
-
May 27th, 2008, 10:34 PM
#1
Thread Starter
Member
[2005] Program not exiting
I am not seeing in debug console(??) that program/thread exited and the code number, after finishing processing for a command button on the form.
Its like waiting for something.
Any one know why it would happen and what to check for?
When It was small program it was exiting properly, now i added more functionality, and problems
-
May 27th, 2008, 10:43 PM
#2
Re: [2005] Program not exiting
Are you saying that your app is actually not exiting? Do you have to end a debugging session yourself by clicking the Stop button or does the debugging session end of its own accord?
-
May 27th, 2008, 10:51 PM
#3
Thread Starter
Member
Re: [2005] Program not exiting
Exactly, i have to click on stop debugging manually, as i knew its done whats it supposed to
-
May 27th, 2008, 10:57 PM
#4
Re: [2005] Program not exiting
Try clicking the Break button in the IDE instead of the Stop button. The icon looks like a Pause button from a CD player. That should point you to the line that is currently being executed, which will hopefully shed some light on the issue.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|