I have a form that on load keeps closing without any errors... I have no clue what it wrong with it
How can I record all the lines of code being executed so that I can find out why it is closing
There are no errors or me.closes
Thanks!
Record all the lines of code being run...
Page 1 of 13 Replies - 210 Views - Last Post: 15 August 2011 - 10:09 AM
Replies To: Record all the lines of code being run...
#3
Re: Record all the lines of code being run...
Posted 15 August 2011 - 10:02 AM
No because there are multiple areas which are started up:
Form.load
Timer1.tick etc...
That would not work!
Form.load
Timer1.tick etc...
That would not work!
#4
Re: Record all the lines of code being run...
Posted 15 August 2011 - 10:09 AM
Is this a multi-threaded application? If it's .NET then the application generally operates in a sequential order - and scattering breakpoints would capture and slow down critical areas you think might be causing the form to close down. Yes, it will work.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|