ovidiuvio / VSDebugPro

Visual Studio extension for enhanced C/C++, C# debugging. Dump blocks of data, load data in memory and more.
https://www.vsdebug.pro
MIT License
55 stars 14 forks source link

Dump object when a breakpoint hits #12

Open ret1nol opened 5 years ago

ret1nol commented 5 years ago

Your extension helped me, thanks. But I have a project that is not realistic to rebuild. Can you make it possible to dump an object when a breakpoint hits? dumpmem

ovidiuvio commented 5 years ago

This feature can be implemented, however it is not feasible to develop right now as it requires many more enhancements to the extension ( Ex: a scripting engine ).

ovidiuvio commented 2 months ago

This is now in alpha preview. Please check the following discussion: https://github.com/ovidiuvio/VSDebugPro/discussions/42