Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
1.06k stars 41 forks source link

Rework variable tracker module #153

Closed worron closed 10 months ago

worron commented 10 months ago

First of all, thank you for sharing your work, this tool is amazing. Unfortunately my project has a bit tricky structure, sometime there is not a main scene loaded, only singletons placed in the tree. Current implementation of variable_tracker can't handle such situations, so I made a deep rework of the module for my needs. Please take a look at the code, may be you will be interested in approving it into your project.

Main changes:

Ark2000 commented 10 months ago

Thank you for your contribution! seems it is a much improved version, I'll check it out later.

Ark2000 commented 10 months ago

The pr solved an issue also, https://github.com/Ark2000/PankuConsole/issues/154.

It seems that you are already well acquainted with the code base. I'm excited to see more of your contributions in the future!

worron commented 10 months ago

Fixes done.