pythontutor-dev / pythontutor

10 stars 4 forks source link

C++ class visualizer problem #13

Open sdpkjc opened 6 years ago

sdpkjc commented 6 years ago

Hi,I am a freshman in China. When I used it, I found some problems of visualizer and conducted some simple tests.

The following problems occur in the stack area.

virtual base classes problem

Visualizer does not display a pointer to virtual base classes. Visualizer only display _vptr but not display pointer to virtual base classes. https://goo.gl/qUXjRe

Multi-object problem

Memory models of multiple objects of different classes sometimes exhibit the same memory model in visualizers. example

Inner class problem

Inner class memory is not visible. https://goo.gl/Eusxge

Static member problem

Static member memory is not visible. https://goo.gl/KrDyxS

pgbovine commented 6 years ago

thank you very much for your detailed bug reports! no guarantees on whether these can be fixed in the near term, but thank you for your work in reporting these issues