diff options
Diffstat (limited to 'debugger.xml')
| -rw-r--r-- | debugger.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 0000000..544ab15 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,13 @@ +<application> + <component name="XDebuggerSettings"> + <data-views /> + <general /> + <debuggers> + <debugger id="javascript"> + <configuration> + <custom-object-presentation /> + </configuration> + </debugger> + </debuggers> + </component> +</application>
\ No newline at end of file |