HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

Add memory print that support details for macro interpreter #11644

Closed yuxiaomao closed 2 months ago

yuxiaomao commented 2 months ago

When debugging for https://github.com/HaxeFoundation/haxe/issues/11642 , we found that it can be useful to have more detailed display on memory usage, and ideally follow the original object structure.

Result (with changes in vshaxe): image

Simn commented 2 months ago

Great job, this will be quite useful in the future too!