-
LINQPad Debugger - Early Input Request!
What are your thoughts on integrated debugging within LINQPad? In particular:* What features in Visual Studio's debugger do you consider important / unimportant for LINQPad? * What unique/original/ou… (View Post) -
Re: How to dump Util.Image() from statement
You're on the right track, in that you must explicitly call Dump on anything you want displayed in Statements mode. The reason that you're getting an error when calling Dump is due to a limitation in… (View Post) -
Re: Orderby after groupby
Yes, there is. See my answer on SO. (View Post) -
Feedback needed: command-line interface
I'm currently considering how to enhance LINQPad to enable a command-line interface. What I need right now is an idea of exactly how people would use this feature - what are the use cases? In particu… (View Post) -
Re: Graphing in LINQPad
See http://stackoverflow.com/questions/18952084/create-graphs-in-linqpad (View Post)