{"id":40587071,"url":"https://github.com/ortus-docs/cbdebugger-docs","last_synced_at":"2026-01-21T03:07:28.108Z","repository":{"id":80592549,"uuid":"524207767","full_name":"ortus-docs/cbdebugger-docs","owner":"ortus-docs","description":"The official docs for the ColdBox Debugger","archived":false,"fork":false,"pushed_at":"2024-06-17T17:06:47.000Z","size":4892,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-17T19:15:45.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ortus-docs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-12T19:49:45.000Z","updated_at":"2024-06-17T17:06:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"39259e9c-77c5-4541-bad9-405530021656","html_url":"https://github.com/ortus-docs/cbdebugger-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ortus-docs/cbdebugger-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortus-docs%2Fcbdebugger-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortus-docs%2Fcbdebugger-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortus-docs%2Fcbdebugger-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortus-docs%2Fcbdebugger-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ortus-docs","download_url":"https://codeload.github.com/ortus-docs/cbdebugger-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ortus-docs%2Fcbdebugger-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-21T03:07:28.024Z","updated_at":"2026-01-21T03:07:28.096Z","avatar_url":"https://github.com/ortus-docs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ndescription: \u003e-\n  The ColdBox Debugger module is a lightweight performance monitor and profiling\n  tool for ColdBox applications.\n---\n\n# Introduction\n\n![Your new best friend!](.gitbook/assets/CBDebugger500.png)\n\n## Welcome To The ColdBox Debugger Module\n\nThe ColdBox Debugger module is a lightweight 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, more funner and greater! Yes, funner is a word!\n\n\u003cfigure\u003e\u003cimg src=\".gitbook/assets/image.png\" alt=\"\"\u003e\u003cfigcaption\u003e\u003cp\u003eColdBox Debugger\u003c/p\u003e\u003c/figcaption\u003e\u003c/figure\u003e\n\n\u003cfigure\u003e\u003cimg src=\".gitbook/assets/image (1).png\" alt=\"\"\u003e\u003cfigcaption\u003e\u003cp\u003eRequest Inspector\u003c/p\u003e\u003c/figcaption\u003e\u003c/figure\u003e\n\n### Capabilities\n\nThe ColdBox Debugger tracks your requests, whether Ajax, traditional, or REST, its environment, execution, etc. Here is a listing of some of the capabilities you get with the ColdBox Debugger:\n\n* Track all incoming requests to your applications\n* Track exceptions and execution environment\n* Track incoming HTTP requests, parameters, body, and much more\n* Track final request collections\n* Track Hibernate and `cborm` queries, criteria queries, and session stats\n* Track `qb` and `quick` queries, entities, and stats\n* Tap into LogBox via our Tracer messages and discover logging on a per-request basis\n* Profile execution and results of **ANY** model object\n* Profile execution of **ANY** ColdBox interception point\n* Custom Timer helpers for adding timing methods and annotations anywhere in your code\n* Profile your production or development apps with ease\n* Track ColdBox modules and lifecycles\n* Track Hyper HTTP/S calls\n* Track Adobe ColdFusion Queries (ColdFusion 2018+)\n* Track Lucee Queries\n\n### System Requirements\n\n* Lucee 5+\n* ColdFusion 2018+\n* ColdBox 6+\n\n## Versioning \u003ca href=\"#versioning\" id=\"versioning\"\u003e\u003c/a\u003e\n\nColdBox Debugger is maintained under the [Semantic Versioning](http://semver.org) guidelines as much as possible. Releases will be numbered in the following format:\n\n```\n\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e\n```\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bump the patch\n\n## License \u003ca href=\"#license\" id=\"license\"\u003e\u003c/a\u003e\n\nApache 2 License: [http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)​\n\n### Important Links\n\n* Source: [https://github.com/coldbox-modules/cbdebugger](https://github.com/coldbox-modules/cbdebugger)\n* ForgeBox: [https://www.forgebox.io/view/cbdebugger](https://www.forgebox.io/view/cbdebugger)\n* Community: [https://community.ortussolutions.com/c/box-modules/cbdebugger/38](https://community.ortussolutions.com/c/box-modules/cbdebugger/38)\n* Issues: [https://ortussolutions.atlassian.net/browse/CBDEBUGGER](https://ortussolutions.atlassian.net/browse/CBDEBUGGER)\n* Changelog: [https://github.com/coldbox-modules/cbdebugger/blob/development/changelog.md](https://github.com/coldbox-modules/cbdebugger/blob/development/changelog.md)\n\n## Professional Open Source \u003ca href=\"#professional-open-source\" id=\"professional-open-source\"\u003e\u003c/a\u003e\n\n![www.ortussolutions.com](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LA-UVvG0NM7NpDzssBL%2F-LA-Uaei0WzTH7Su5CR7%2F-LA-UqN1BRXynZ7RUVO7%2Fortussolutions\\_button.png?generation=1523647999385555\\\u0026alt=media)\n\nThis module is professional open-source software backed by [Ortus Solutions, Corp](http://www.ortussolutions.com/services) offering services like:\n\n* Custom Development\n* Professional Support \u0026 Mentoring\n* Training\n* Server Tuning\n* Security Hardening\n* Code Reviews\n* [Much More](http://www.ortussolutions.com/services)\n\n## HONOR GOES TO GOD ABOVE ALL \u003ca href=\"#honor-goes-to-god-above-all\" id=\"honor-goes-to-god-above-all\"\u003e\u003c/a\u003e\n\nBecause of His grace, this project exists. If you don't like this, then don't read it, it's not for you.\n\n\u003e \"Therefore being justified by **faith**, we have peace with God through our Lord Jesus Christ: By whom also we have access by **faith** into this **grace** wherein we stand, and rejoice in hope of the glory of God.\" Romans 5:5\n\n## ​ \u003ca href=\"#important-links\" id=\"important-links\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fortus-docs%2Fcbdebugger-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fortus-docs%2Fcbdebugger-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fortus-docs%2Fcbdebugger-docs/lists"}