Add printing managed assert message to console (dotnet/coreclr#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)
commit39b61e9aac6af854d37cca8bc4eee7156090b366
treeb3604bbd5b3f9a6fe7e38f6718ccc82988d8d4b5
parent5ec3c5c979d63d8b963e07e3dd4c0d7b37858126
Add printing managed assert message to console (dotnet/coreclr#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.

Commit migrated from https://github.com/dotnet/coreclr/commit/32d03bb66a51c7ed6712c4cdd319de0cc7cbbf37
src/coreclr/src/vm/debugdebugger.cpp