Inline UI Button to direct execute a single .Dump() statement
Detect the Dump() statements and render an inline Button next to it (or in the left column). That button work immediately execute only that Dump() statement.
Probably only works in the C# statement(s) mode
3
votes

-
Pete Wilson commented
How could it execute only the `Dump` statement without the code before it creating the values to `Dump`?