I want to make automatic snapshots during debugging C++ code after certain line of code. Im using VS2022. How can I do it?
This is an example. How can I make Visual Studio trigger on breakpoints to make automatic snapshot?
There are only some action triggers that can write in output file but that’s all that I have found.