How to get the binary content of a local variable like an image in the VSIX plugin when the debugger is in break mode?
I’ve created a VSIX
plugin with a custom window, subscribed to the DebuggerEvents.OnEnterBreakMode event
, and when the event occurs I try to access the _dte.Debugger.CurrentStackFrame.Locals
.