Not on my system; python points to 3.10. I forgot to mention that I manually copied nim-gdp.by from <https://github.com/nim-lang/Nim/blob/devel/tools/nim-gdb.py>
According to [that blog post](https://internet-of-tomohiro.netlify.app/nim/gdb.en.html), running `nim-gdb foo` is equivalent to running `gdb -eval-command "source {path-to-nim}\tools\nim-gdb.py" test` \-- in Windows. In MacOS, I can not run successfully run that `source` command.
