KindDragon / CPPDebuggerVisualizers

C++ Debugger Visualizers
Boost Software License 1.0
174 stars 46 forks source link

stl vectors and matrices #25

Open vijaypolimeru opened 5 years ago

vijaypolimeru commented 5 years ago

Are there any visualizers for STL vectors and matrices

SergeyVSB commented 5 years ago

What do you mean? Visual Studio has native visualizer (for Debug->Watch) for std::vector. There is no matrix class in C++ standard - use math libraries, may be someone make visualizer for them. If you need GUI visualizer you can try Array Plotter (Free) of ILNumeric (Paid but powerful)