Dump is causing linqpad to freeze
Hi,
In latest beta LINQPad is freezing every time Dump is called on a table or object. It's very reproducible and very annoying.
In latest beta LINQPad is freezing every time Dump is called on a table or object. It's very reproducible and very annoying.
Comments
https://onedrive.live.com/redir?resid=A0E4337BA8E3A14!515434&authkey=!AJceZLElNq_ONaU&v=3&ithint=photo,png
I don't think there's anything "corrupted" about @actnhn's installation, he's just on Windows10 Fast Ring, like me. This actually started about three Fast Ring builds ago. My thinking is that the IE WebBrowser control has maybe changed how it propagates this event in a way that maybe reveals some kind of bug in LINQPad's handling of the event and accessing of the document. Either that or Microsoft has done something in MSHTML that has introduced a bug into the Web Browser control and then I guess you should report that to them if that's ultimately your analysis of this problem.
http://share.linqpad.net/vx89us.linq
and let me know the result.
Thanks
(a) whether the problem can be reproduced with a simple "Hello world".Dump(), and if not, whether Thread.Sleep(500); "Hello world".Dump() reproduces it
(b) if 'Auto Scroll Results to End' on the Query menu is enabled, whether disabling it makes any difference.
Thanks