Skip to content

Commit 6b6443a

Browse files
committed
Update table
1 parent a7700a6 commit 6b6443a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,15 @@ follow the steps described in this section.
190190
1. If you are using `PyCharm Professional Edition`, go to _Preferences → Build, Execution, Deployment → Python Debugger_ and set the options with following values:
191191

192192
| Option | Value |
193-
|------------------------------------------------------------:|:----------------------|
193+
|:------------------------------------------------------------ |:----------------------|
194194
| Attach subprocess automatically while debugging | `Enabled` |
195195
| Collect run-time types information for code insight | `Enabled` |
196196
| Gevent compatible | `Disabled` |
197197
| Drop into debugger on failed tests | `Enabled` |
198198
| PyQt compatible | `Auto` |
199199
| For Attach to Process show processes with names containing | `python` |
200-
This will allow you to break into all subprocesses of the process being debugged and preserve functions types while debugging.
200+
201+
This will allow you to break into all subprocesses of the process being debugged and preserve functions types while debugging.
201202
1. Debug tests in PyCharm as per [Running Unit Tests and Debugging in PyCharm](#running-unit-tests-and-debugging-in-pycharm)
202203

203204
_Note: This setup was tested and confirmed to work with

0 commit comments

Comments
 (0)