Skip to content

Commit e9e660a

Browse files
committed
Update README
1 parent a40747c commit e9e660a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Just drop into your **modules** folder or use CommandBox to install
2222

2323
`box install cbdebugger`
2424

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.
2626

2727
## Settings
2828
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 = {
4848
expandedRCPanel = false,
4949
showModulesPanel = true,
5050
expandedModulesPanel = false,
51+
showQBPanel = true,
52+
expandedQBPanel = false,
5153
showRCSnapshots = false,
5254
wireboxCreationProfiler=false
5355
};
@@ -95,7 +97,7 @@ function afterConfigurationLoad() {
9597
var logBox = controller.getLogBox();
9698
logBox.registerAppender( 'tracer', 'cbdebugger.includes.appenders.ColdboxTracerAppender' );
9799
var appenders = logBox.getAppendersMap( 'tracer' );
98-
100+
99101
// Register the appender with the root loggger, and turn the logger on.
100102
var root = logBox.getRootLogger();
101103
root.addAppender( appenders['tracer'] );
@@ -117,7 +119,7 @@ Because of His grace, this project exists. If you don't like this, then don't re
117119
By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.
118120
And not only so, but we glory in tribulations also: knowing that tribulation worketh patience;
119121
And patience, experience; and experience, hope:
120-
And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the
122+
And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the
121123
Holy Ghost which is given unto us. ." Romans 5:5
122124

123125
### THE DAILY BREAD

0 commit comments

Comments
 (0)