I like to debug the catch of a try/catch block. I force an exception in the try part, set a break point inside the catch and run the application. But it allways breaks on where the exception i thrown and never continues to the catch.
How should the options under "Tools > Option > Debuggning > General" be configurated to enable this? Or is something else wrong?