Skip to content

Commit 04f388b

Browse files
authored
Merge pull request #24 from michaelborn/patch-2
Added sterner warning about debugging old CBORM versions
2 parents b9db638 + 9438909 commit 04f388b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ cborm : {
377377
}
378378
```
379379

380-
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.
380+
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.
381+
382+
> **Note**: CBDebugger's `cborm.logParams` setting requires CBORM 3.2.0 or higher.
381383
382384
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.
383385

0 commit comments

Comments
 (0)