Add evennia.set_trace() for easy launch of debugger

This commit is contained in:
Griatch 2018-09-04 21:59:31 +02:00
parent e97d0d794a
commit ff5ffa8d0e
2 changed files with 51 additions and 0 deletions

View file

@ -79,6 +79,7 @@
- Start structuring the `CHANGELOG` to list features in more detail.
- Inflection and grouping of multiple objects in default room (an box, three boxes)
- `evennia.set_trace()` is now a shortcut for launching pdb/pudb on a line in the Evennia event loop.
### Contribs