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

Debug Mode

Turn the debugger on/off when needed

PreviousWireBox CreationsNextDebugger Interceptors

Last updated 1 year ago

Was this helpful?

The debugger can be enabled via URL commands if needed in public facing applications with a combination of two url keys:

  • debugMode:boolean - Control to turn the debugger on/off

  • debugPassword:string - The secure password to use to enable the debugger

Please see the on how to add the default debug mode and debug password. If your debug password is validated and you turn on debug mode a secured cookie will be stored for you and you will be able to visualize the debugger. Once you turn it off, then it will remove this cookie for you.

https://myapp.com/cbdebugger?debugmode=true&debugpass=mys3cret3key

Please note that you can also add a cbSecurity rule if needed and add further security, which we recommend.

configuration