CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 03:11:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091216222047
location: https://web.archive.org/web/20091216222047/https://github.com/cakephp/debug_kit/tree/1.2-branch
server-timing: captures_list;dur=0.707421, exclusion.robots;dur=0.027057, exclusion.robots.policy;dur=0.011887, esindex;dur=0.014290, cdx.remote;dur=63.585095, LoadShardBlock;dur=273.654830, PetaboxLoader3.datanode;dur=122.491185, PetaboxLoader3.resolve;dur=66.503864
x-app-server: wwwb-app222
x-ts: 302
x-tr: 364
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 03 Sep 2025 03:11:54 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 16 Dec 2009 22:20:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "036c3fa79f538b7c8ea474a488e7a25b"
x-archive-orig-x-runtime: 218ms
x-archive-orig-content-length: 27540
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 16 Dec 2009 22:20:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 16 Dec 2009 22:20:47 GMT", ; rel="memento"; datetime="Wed, 16 Dec 2009 22:20:47 GMT", ; rel="next memento"; datetime="Thu, 28 Jan 2010 13:26:37 GMT", ; rel="last memento"; datetime="Sun, 12 Sep 2010 10:44:09 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091216214130_crawl101-c/52_13_20091216222036_crawl101.arc.gz
server-timing: captures_list;dur=0.480317, exclusion.robots;dur=0.017121, exclusion.robots.policy;dur=0.007875, esindex;dur=0.010122, cdx.remote;dur=8.352656, LoadShardBlock;dur=211.416427, PetaboxLoader3.resolve;dur=193.968289, PetaboxLoader3.datanode;dur=80.804434, load_resource;dur=325.636614
x-app-server: wwwb-app222
x-ts: 200
x-tr: 610
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
cakephp's debug_kit at 1.2-branch - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Official CakePHP Debug Kit Git Repository edit |
Homepage: | https://cakephp.org edit |
Public Clone URL: |
git://github.com/cakephp/debug_kit.git
Give this clone URL to anyone.
git clone git://github.com/cakephp/debug_kit.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:cakephp/debug_kit.git
|

Mark Story (author)
Sat Dec 12 13:45:09 -0800 2009
commit 724ca5a022821e602a05853b262cb9d200e33e48
tree a5835b8f36fc9285329ded2b945fd7db7fd8a131
parent e1e686dd673a7b412d0e42dc92a241dc4aa269a6
tree a5835b8f36fc9285329ded2b945fd7db7fd8a131
parent e1e686dd673a7b412d0e42dc92a241dc4aa269a6
README.mdown
CakePHP DebugKit
DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications.
Installation
- Clone/Copy the files in this directory into
app/plugins/debug_kit
- Include the toolbar component in your
app_controller.php
:var $components = array('DebugKit.Toolbar');
- Set debug mode to at least 1.
Documentation
Further documentation including additional configuration and ways of extending DebugKit can be found in the Lighthouse wiki
Reporting issues
If you have an issues with DebugKit please open a ticket on lighthouse https://cakephp.lighthouseapp.com/projects/42880-debug-kit/overview
Contributing
If you'd like to contribute to DebugKit, check out the Roadmap for any planned features. You can fork the project add features and send pull requests, or open tickets on lighthouse.
This feature is coming soon. Sit tight!