EShellBrowserError while debugging
Frage / Problem
When running a project with the ShellBrowser Components in the IDE, I get "Debugger Exception Notification" with the message "Project raised exception class EShellBrowserError"?
Antwort / Lösung
This is usually a handled exception, which is only shown in the IDE and not outside the IDE. You can disable messages for handled exceptions in the Delphi menu under "Tools | Debugger Options" on the tab "Language Exceptions" by unchecking the option "Stop on Delphi Exceptions".