![]()
After executing the code of breakpoint, it couldn't reponse the key event so that the program is not able to continue executing and I could't find the bug of the program.
Anyone can help me? Thank you!
![]()
After executing the code of breakpoint, it couldn't reponse the key event so that the program is not able to continue executing and I could't find the bug of the program.
Anyone can help me? Thank you!
i feel that u need to insert some more break points somewhere in code thats executed after this breakpoint.
Because when u press continue/F5 on this break point , the code that is executed later is producing some bug/error/exceptions because of which your application terminates !
Thanks In Advance
NEO