You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Just drop into your **modules** folder or use CommandBox to install
22
22
23
23
`box install cbdebugger`
24
24
25
-
This will activate the debugger in your application and render out at the end of a request.
25
+
This will activate the debugger in your application and render out at the end of a request.
26
26
27
27
## Settings
28
28
This will also allow you to use several settings in your parent application or you can modify the settings in the `ModuleConfig` if desired. We recommend placing your debugger settings in your main `ColdBox.cfc` configuration file under a `debugger` struct.
@@ -48,6 +48,8 @@ debugger = {
48
48
expandedRCPanel =false,
49
49
showModulesPanel =true,
50
50
expandedModulesPanel =false,
51
+
showQBPanel =true,
52
+
expandedQBPanel =false,
51
53
showRCSnapshots =false,
52
54
wireboxCreationProfiler=false
53
55
};
@@ -95,7 +97,7 @@ function afterConfigurationLoad() {
0 commit comments