From 1836f2f205adc49f879ebbfc3201bb271ae4e0b4 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Sun, 21 Apr 2024 15:29:22 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c857ff..250d3dc 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,5 @@ If you see the unexpected exceptions try to install xonsh from the main branch f ## See also * [xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet) * [xonsh-install](https://github.com/anki-code/xonsh-install) +* [How to debug xonsh interactively in IDE PyCharm](https://github.com/xonsh/xonsh/issues/3090#issuecomment-2068043223) * By putting `import ipdb; ipdb.set_trace()` into any place of code you can investigate the environment interactively.