1

I received an error message during the operation of the program and mistakenly said "do not show more of these types of errors". How can I get this error message back again?

Delphi version is 10.4, Os Windows 11.

Harry
  • 21

1 Answers1

1

Have a look here

  • Click on Tools
  • Expand Debugger
  • Expand Embarcadero Debuggers
  • Click on Language Exceptions

You will see a list of error types it is ignoring. Just uncheck the one you asked it to ignore.

Rohit Gupta
  • 5,096