Hello, I have a newbie question\: what is the current status about debugging in Nim? I tried to configure VSCodium with Nim and native debbuger and GDB + nim-gdb.py and while I can step in the program lines I can't see a clear representation of what is inside the variables. The nim-gdb python script is not working correctly and searching solutions online seems to indicate that the script is not working anymore from the change in garbage collection model. Is it currently possible to see what is inside a variable with gdb or another tool? Thank you!