cbDebugger
  • Introduction
    • Release History
      • What's New With 4.2.0
      • What's New With 4.1.0
      • What's New With 4.0.0
    • About This Book
      • Author
  • Essentials
    • Installation
    • Configuration
    • Request Tracker
  • Collectors
    • Adobe SQL
    • Async
    • CacheBox
    • CBORM
    • Collections
    • ColdBox Interceptions
    • ColdBox Modules
    • Hyper HTTP Collector
    • Lucee SQL
    • Objects Methods
    • QB/Quick
    • Tracers
    • WireBox Creations
  • Advanced
    • Debug Mode
    • Debugger Interceptors
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Collectors

Lucee SQL

Profile any Lucee SQL query

PreviousHyper HTTP CollectorNextObjects Methods

Last updated 1 year ago

Was this helpful?

The luceeSql collector can be activated if you are in a Lucee engine and it will track all SQL calls made by your application. You can event choose to show the biding parameters or not.

// Lucee SQL Collector
luceeSql   : { enabled : false, expanded : false, logParams : true }

Configuration

Key
Type
Default Value
Description

enabled

Boolean

false

Enable the collector

expanded

Boolean

false

Expand the panel by default or not

logParams

Boolean

true

Log the binding query parameters