mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge branch 'debugpy' of github.com:electroglyph/evennia into electroglyph-debugpy
This commit is contained in:
commit
3ea57fd901
6 changed files with 155 additions and 1 deletions
|
|
@ -251,4 +251,10 @@ this directly). |
|
|||
| `<RETURN>` | Repeat the last command (don't type `n` repeatedly, just type it once and then press
|
||||
`<RETURN>` to repeat it). |
|
||||
|
||||
If you want to learn more about debugging with Pdb, you will find an [interesting tutorial on that topic here](https://pymotw.com/3/pdb/).
|
||||
If you want to learn more about debugging with Pdb, you will find an [interesting tutorial on that topic here](https://pymotw.com/3/pdb/).
|
||||
|
||||
## Debugging with debugpy
|
||||
|
||||
If you use Visual Studio Code and would like to debug Evennia using a graphical debugger, please follow the instructions here:
|
||||
|
||||
[debugpy contrib](https://github.com/evennia/evennia/tree/main/evennia/contrib/utils/debugpy)
|
||||
Loading…
Add table
Add a link
Reference in a new issue