-
Re: Linqpad switch to Results panel programmatically
You can now do this in the new beta: http://www.linqpad.net/download.aspx#beta Util.SelectedOutputPanelIndex = 0;2 · -
Re: Debug information?
Are you referring to line numbers within the assembly that you're referencing? If so, LINQPad does not copy over the PDB files to avoid the I/O overhead. However, there are a couple of workarounds. T…3 · -
Re: DebuggerDisplay attribute
This feature has never been implemented. It's quite a lot of work, given the range of expressions that can go into the attribute. It does honor the ToString method, though, if you override that.1 · -
Re: Resources in LINQPad?
Have you tried Util.GetPassword/Util.SetPassword? The password can be as long as you like.Util.SetPassword ("myKey", "test".PadRight (1000, '*')); Util.GetPassword ("myKey&qu…1 · -
Re: Is there a way to see emojis in the results view?
Try now, with the latest beta.1 ·