Add printing managed assert message to console (#8399)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 1 Dec 2016 07:51:52 +0000 (08:51 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 1 Dec 2016 07:51:52 +0000 (23:51 -0800)
commit32d03bb66a51c7ed6712c4cdd319de0cc7cbbf37
tree2cc5a2197641d5bd80a60d16766f4523901f43fb
parent746d0330e19a764c4d23160e56e8a281335b8e56
Add printing managed assert message to console (#8399)

I have discovered that when GUI assertion dialogs are disabled, the assert
message is not shown anywhere and the app just silently exits.
This change adds printing the message and stack trace to console in such case.
src/vm/debugdebugger.cpp