summary refs log tree commit diff stats
path: root/tools/debug
Commit message (Collapse)AuthorAgeFilesLines
* Update LLDB debug script + Add Custom Nim formatters (#21517)Joey2023-03-192-350/+763
| | | | | | | | | * Fix custom objects, fix handling of nil variables * Rename because lldb complains about dashes in filename * Add example of how to use custom type formatting from Nim * Add synthetic objects with dynamic fields and add an example
* fixes #21461 (#21463)Arnaud Moura2023-03-032-0/+1736
* fixes #21461; Move nim-gdb.py and add nim-lldb.py * fixes bad path for nim-gdb.py