forked from Utumno/pycharm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebugger.xml
More file actions
30 lines (30 loc) · 928 Bytes
/
debugger.xml
File metadata and controls
30 lines (30 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<application>
<component name="XDebuggerSettings">
<data-views />
<general>
<evaluation-dialog-mode>CODE_FRAGMENT</evaluation-dialog-mode>
<option name="hideDebuggerOnProcessTermination" value="true" />
<unmute-on-stop>true</unmute-on-stop>
</general>
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
<debugger id="python">
<configuration>
<option name="steppingFilters">
<list>
<PySteppingFilter>
<option name="filter" value="bolt" />
</PySteppingFilter>
</list>
</option>
<option name="steppingFiltersEnabled" value="true" />
<option name="watchReturnValues" value="true" />
</configuration>
</debugger>
</debuggers>
</component>
</application>