wxWidgets/samples/except
Vadim Zeitlin 55fd62c1e3 Open debugger at the location of failing assert, if possible.
Break into the debugger in the function containing the assert that failed
instead of inside wxWidgets assert handler which is several (~8) levels below
the last line of the user code. This is much more useful in practice and also
less confusing.

Currently this only works for MSVC as the other compilers don't have any
__debugbreak intrinsice equivalent.

Also update the except sample to test wxTrap() directly too.

Closes #11184.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-04 00:39:29 +00:00
..
except_vc7.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
except_vc8.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
except_vc9.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
except.bkl
except.cpp Open debugger at the location of failing assert, if possible. 2012-12-04 00:39:29 +00:00
except.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.bcc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.gcc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
Makefile.in Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +00:00
makefile.vc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.wat Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00