I noticed that for async calls, when unhandled exception is occured, JIT debugger is not showing typical dialog box with stack trace/continue/quit buttons. Instead the standard error report dialog box with Send Report/Don't Send buttons. Is there any way to make unhandled exceptions in async calls like begininvoke/begin* to show JIT debugging dialog box?

Thx