Mega Code Archive

 
Categories / Delphi / Strings
 

Why do i get exception messages even though im in protected code

By default, the internal debugger will halt any time there is an exception, even if the exception is trapped by code. This can often be useful for debugging purposes. If it offends you, turn it off. You control it from the Options/Environment menu.