ycherkes / ObjectDumper

A Visual Studio 2019-2022 and Visual Studio Code extension for exporting in-memory objects during debugging to C#, JSON, VB, XML, and YAML string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create "Replay" command

ycherkes opened this issue · comments

Source: Visual Studio Marketplace Q&A

Sequence Publishing:

Is there a way to update the state of an object without re-selecting it in the source code and pressing CTRL+E, Y?

I understand why it has been done like this and find it useful to have multiple snapshots of the state of an object.

But there are times when this is, frankly, a pain. Updating the dump via some form of quick 'refresh' would be great, even if it opens an additional window (optionally?).

Thanks again.

Me:

Temporarily, as a workaround you can try copying the expression into the immediate window, selecting it, then continuing to the breakpoint, then activating that window by pressing Ctrl + D + I, and doing a dump Ctrl + E, Y.

Blocked by #68