diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:25:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:25:12 -0700 |
| commit | 27166a47ef5aa6787a91336cb79f97a12e472e69 (patch) | |
| tree | 12954a2d14a40e1ed8bf1a11c1cd469cefdfb3e2 /debugger.xml | |
| download | jetbrains-27166a47ef5aa6787a91336cb79f97a12e472e69.tar.xz jetbrains-27166a47ef5aa6787a91336cb79f97a12e472e69.zip | |
RD-2021.2.1 <fuwnz@FUWN-PC Create laf.xml, ide.general.xml, filetypes.xml, keymap.xml, vcs.xml, editor.codeinsight.xml, colors.scheme.xml, editor.xml, debugger.xml, codeLens.xml
Diffstat (limited to 'debugger.xml')
| -rw-r--r-- | debugger.xml | 20 |
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 |