Turn off a Dump() when double click it
I write a lot of Dump(), to output variables temporarily, and finally remove them.
It would be nice to turn on/off a Dump() without edit code.
Please highlight the Dump() method, swith to DumpOff() when double click it, and output nothing.
7
votes
aqi
shared this idea
-
Harold Dawson commented
I see this being useful, but you could write your own extension on top of Dump that is controlled by a constant boolean you can set at the top of your script when you execute your scripts that will turn off the call to .Dump(). I do this frequently for the same reason.