mirror of
https://github.com/fadden/6502bench.git
synced 2024-10-31 19:04:44 +00:00
360204a16d
Every once in a while, SourceGen will become unresponsive when it tries to show a MessageBox. In the debugger you can see the GC running frantically, but the stack trace is just sitting on the MessageBox show call. Apparently, if you don't specify a parent window argument, the MessageBox will occasionally end up behind everything else, and you can get stuck. I'm not sure what the GC frenzy is about, or whether this will fix what I'm seeing, but it's easy to do and might solve the problem. cf. https://stackoverflow.com/q/3467403/294248 |
||
---|---|---|
.. | ||
NewProject.cs | ||
NewProject.Designer.cs | ||
NewProject.resx | ||
SystemDefaults.cs | ||
SystemDefs.cs |