-
Notifications
You must be signed in to change notification settings - Fork 0
/
swi.sublime-settings
46 lines (46 loc) · 1.33 KB
/
swi.sublime-settings
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
// Path to google chrome
"chrome_path": {
"osx": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"windows": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"windows_x64": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"linux": "/usr/bin/google-chrome"
},
// Chrome profile
"chrome_profile": "Default",
// Chrome remote port
"chrome_remote_port": "9222",
"breakpoint_scope": "swi.breakpoint",
"current_line_scope": "swi.current",
"interactive_scope": "mcol_0088CCFF.settings",
// Layout for stack
"stack_layout": {
"cols": [0.0, 0.6, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]]
},
// Layout for console
"console_layout": {
"cols": [0.0, 0.6, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]]
},
// Reload page on start
"reload_on_start": false,
// Reload page on save
"reload_on_save": true,
// Reload timeout
"reload_timeout": 0,
// Override User Agent
"user_agent": "",
// Set script source in live mode
"set_script_source": false,
// Open stack on click in new tab
"open_stack_current_in_new_tab": false,
// Pause on exception ("all", "none", "uncaught")
"pause_on_exceptions": "uncaught",
// Plugin debug mode
"debug_mode": false,
// Breakpoints
"breaks": {}
}