Lets you dump a variable from Locals while debugging to JSON formated string. Only works when in debugging mode, and only with what is in debugger.CurrentStackFrame.Locals Adds a context menu command to select a local from the editor. Either highlight the entire name to search locals for it, or right click and let the extension try to find the correct local for you. Adds a command in the Tools menu which lists all locals and lets you choose which one to dump.
Please report bugs or request features in the linked github repository. |