Skip to content

Commit 7e3e2a0

Browse files
committed
Merge branch 'development' of github.com:coldbox-modules/cbdebugger into development
2 parents 378a9a9 + 04f388b commit 7e3e2a0

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
@@ -152,7 +152,7 @@ moduleSettings = {
152152
cborm : {
153153
enabled : true,
154154
expanded : false,
155-
// Log the binding parameters
155+
// Log the binding parameters (requires CBORM 3.2.0+)
156156
logParams : true
157157
},
158158
// Async Manager Reporting
@@ -374,12 +374,14 @@ We have a dedicated panel in the debugger that will track all criteria queries a
374374
cborm : {
375375
enabled : true,
376376
expanded : false,
377-
// Log the binding parameters
377+
// Log the binding parameters (requires CBORM 3.2.0+)
378378
logParams : true
379379
}
380380
```
381381

382-
You can also select to `logParams` and we will track the original executable parameters of the query so you can debug the actual values of these executions. We will also track from WHERE in the application the sql execution came from and you can even open the file to that specific line number using our code editor integrations by clicking our **open in editor** buttons.
382+
You can also enable `logParams` and we will track the original executable parameters of the query so you can debug the actual values of these executions. We will also track from WHERE in the application the sql execution came from and you can even open the file to that specific line number using our code editor integrations by clicking our **open in editor** buttons.
383+
384+
> **Note**: CBDebugger's `cborm.logParams` setting requires CBORM 3.2.0 or higher.
383385
384386
The grouped view you see above will give you an aggregate look of all the sql calls made during the request and their frequency of execution. It will also give you a mini report of those specific sql groups with data about where the query originated from in your source code and the binding parameters, if activated.
385387

0 commit comments

Comments
 (0)