diff options
| author | Rick Levine <rick@xoab.us> | 2023-02-16 05:05:38 -0800 |
|---|---|---|
| committer | Rick Levine <rick@xoab.us> | 2023-02-16 05:05:38 -0800 |
| commit | a9b7f8c75a9859d843ed1370ab9a6ad5c77f08f7 (patch) | |
| tree | d5c268c45c87fb9c98ec4b2fc09d7894c01a0aac | |
| parent | 5c4b1ce23fc491f5f8f4d42138f4c71f40c8a3f5 (diff) | |
More tweaks
| -rw-r--r-- | lib/debug.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/debug.py b/lib/debug.py index aae9ae81..edf55bcc 100644 --- a/lib/debug.py +++ b/lib/debug.py @@ -96,9 +96,9 @@ class Debug(object): # Inkscape from the PyCharm Terminal pane, you can do: # export PYCHARM_REMOTE_DEBUG=true;inkscape # - # 6. Either click on the green "bug" icon or press Ctrl-D to start debugging. - # The PyCharm debugger pane will display the message "Waiting for process - # connection..." + # 6. In Pycharm, either click on the green "bug" icon if visible in the upper + # right or press Ctrl-D to start debugging.The PyCharm debugger pane will + # display the message "Waiting for process connection..." # # 7. Do some action in Inkscape which invokes Ink/Stitch extension code, and the # debugger will be triggered. If you've left "Suspend after connect" checked |
