jamesjuett / lobster

Interactive Program Visualization Tools
8 stars 3 forks source link

BUG - Always Print Addresses in Hexadecimal #314

Open jamesjuett opened 2 years ago

jamesjuett commented 2 years ago

In some places, an object's address is still printed in decimal, for example when shown as @{{address}} for a pass-by-reference parameter with no associated variable name.

To resolve this issue, audit all places CPPObject.address is used, identify those that are for printing or otherwise showing in the visualization, and add a call to toHexadecimalString().