switching of debugger
Posted
by ahmed
on Stack Overflow
See other posts from Stack Overflow
or by ahmed
Published on 2009-12-19T17:12:35Z
Indexed on
2010/03/20
3:11 UTC
Read the original article
Hit count: 403
I am using Delphi to create a program and need help with turning of the Delphi debugger. I create some code as follows:
try
... ... ...
except
...
unfortunately before moving to the except code the debugger kicks in with a un-user friendly message. How can switch it off and move directly to the except code?
© Stack Overflow or respective owner