debugging issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm having a strange issue when I step through my code.
I have a 'main' form, from which I open a 2nd form. Both forms remain open.
If I use a break point in code that runs behind the 2nd form, when it gets
triggered, then I step through the code, and get to a point where the 2nd
form should be displayed again, it always closes down, and goes back to my
'main' form.
Any suggestions why this may be happening?
It's making debugging very difficult!
TIA
Amber
 
Amber, can you post the code that's doing this? It'll be a lot easier to
nail it down from there.

bill
 
Back
Top