summaryrefslogtreecommitdiff
path: root/debugger.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debugger.xml')
-rw-r--r--debugger.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/debugger.xml b/debugger.xml
new file mode 100644
index 0000000..3c0f37d
--- /dev/null
+++ b/debugger.xml
@@ -0,0 +1,20 @@
+<application>
+ <component name="XDebuggerSettings">
+ <data-views>
+ <option name="valueLookupDelay" value="150" />
+ </data-views>
+ <general />
+ <debuggers>
+ <debugger id="dotnet_debugger">
+ <configuration>
+ <option name="breakOnUserUnhandledExceptions" value="true" />
+ </configuration>
+ </debugger>
+ <debugger id="javascript">
+ <configuration>
+ <custom-object-presentation />
+ </configuration>
+ </debugger>
+ </debuggers>
+ </component>
+</application> \ No newline at end of file