Hi, I am new to nim and played around a bit with the Language. I tried to debug some simple programs using gdb and lldb and it seems like that does not work well at all (Lines not matching, variables not resolving, generally unuseable, gdb on mac even refusing to load the executable). I tried on Mac Linux and Windows and even went back to older versions (only on windows though) and it seems to be broken since version 2.0.0. On windows version 1.6.20 debugging works mostly fine with both gdb and lldb. Am I doing something wrong? Does just nobody use a debugger with nim?