-
Re: UI Bug Report
The ArgumentException and Dump depth number selector bugs have been fixed in the 4.05 beta: http://www.linqpad.net/download.aspx#beta The debugger listviews don't support sorting. Being unable to dou…1 · -
Re: Suppressing the ToString() in Dump method?
The newest beta suppresses the .ToString representation for anonymous types: http://www.linqpad.net/download.aspx#beta1 · -
Re: Dump the current value of the timer
This is now available in the new beta: http://www.linqpad.net/download.aspx#beta Util.ElapsedTime.Dump();1 · -
Re: [Bug v5.02.03]: COMException while debugging
Thanks, Chowder. Have fixed for next build.1 · -
Re: Dump only part of an Object
I've added a feature to the new beta to make this possible. The Dump extension method now has an optional parameter for specifying a comma-delimited list of columns/members to exclude from the output…2 ·