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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Welcome To The ColdBox Debugger Module
4
4
5
-
The ColdBox Debugger module is a light-weight performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funer and greater! Yes, funer is a word!
5
+
The ColdBox Debugger module is a light-weight performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funner and greater! Yes, funner is a word!
@@ -35,7 +35,7 @@ The ColdBox debugger is a light-weigth performance monitor and profiler for your
35
35
- Tap into LogBox via our Tracer messages and discover logging on a per request basis
36
36
- Profile execution and results of **ANY** model object
37
37
- Profile execution of **ANY** ColdBox interception point
38
-
- Custom Timer helpers for adding timing methods and annotations anywhere in -our code
38
+
- Custom Timer helpers for adding timing methods and annotations anywhere in your code
39
39
- Profile your production or development apps with ease
40
40
- Track ColdBox modules and lifecycles
41
41
- Highly configurable
@@ -82,7 +82,7 @@ This will activate the debugger in your application and render out at the end of
82
82
83
83
## Settings
84
84
85
-
The debugger is highly configurable and we have tons of settings to assist you in your development adventures and also in your performance tuning adventures. Please note that the more collectors you activate, the **slower** your application can become. By default we have pre-selected defaults which add neglible performance to your applications.
85
+
The debugger is highly configurable and we have tons of settings to assist you in your development adventures and also in your performance tuning. Please note that the more collectors you activate, the **slower** your application can become. By default we have pre-selected defaults which add neglible performance to your applications.
86
86
87
87
Open your `config/coldbox.cfc` configuration object and add into the `moduleSettings` the `cbDebugger` key with the following options:
88
88
@@ -98,8 +98,8 @@ moduleSettings = {
98
98
debugMode :true,
99
99
// The URL password to use to activate it on demand
100
100
debugPassword :"cb:null",
101
-
// This flag enables/disables the end of request debugger panel docked to the bottem of the page.
102
-
// If you disable i, then the only way to visualize the debugger is via the `/cbdebugger` endpoint
101
+
// This flag enables/disables the end of request debugger panel docked to the bottom of the page.
102
+
// If you disable it, then the only way to visualize the debugger is via the `/cbdebugger` endpoint
0 commit comments