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?