How can I get a backtrace when my WndProc throws?

Markus fmmbj at protonmail.com
Mon Jun 3 12:49:42 UTC 2019


On Monday, 3 June 2019 at 12:09:18 UTC, Adam D. Ruppe wrote:

> Don't use just e.msg, that's just the string the constructor 
> sent, use e.toString and see if it works for you.

toString works, thanks! :)


More information about the Digitalmars-d-learn mailing list