From 7a3c7c8ef812e760c08a638fef2f17ac639d095a Mon Sep 17 00:00:00 2001 From: 0xDEADFED5 Date: Wed, 2 Apr 2025 22:47:59 -0700 Subject: [PATCH] readme formatting --- evennia/contrib/utils/debugpy/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evennia/contrib/utils/debugpy/README.md b/evennia/contrib/utils/debugpy/README.md index 3402e76bc6..dad2123896 100644 --- a/evennia/contrib/utils/debugpy/README.md +++ b/evennia/contrib/utils/debugpy/README.md @@ -8,6 +8,7 @@ https://youtrack.jetbrains.com/issue/PY-63403/Support-debugpy Credit for this goes to Moony on the Evennia Discord getting-help channel, thx Moony! + 0xDEADFED5 simply tied a pretty bow around it and stuck it here for everybody else. @@ -15,6 +16,7 @@ Credit for this goes to Moony on the Evennia Discord getting-help channel, thx M ## Dependencies This requires VS Code and debugpy, so make sure you're using VS Code. + From the venv where you installed Evennia run: `pip install debugpy` @@ -24,6 +26,7 @@ From the venv where you installed Evennia run: In your Evennia mygame folder, open up `\commands\default_cmdsets.py` add `from evennia.contrib.utils.debugpy.cmd import CmdDebugPy` somewhere near the top. + in CharacterCmdSet.at_cmdset_creation add this under `super().at_cmdset_creation()`: `self.add(CmdDebugPy)`