debug_kit icon indicating copy to clipboard operation
debug_kit copied to clipboard

Debug Toolbar for CakePHP applications.

Results 24 debug_kit issues
Sort by recently updated
recently updated
newest added

- [ ] Figure out why the table schema are missing when running the testuite on GA. - [ ] Add back authorization plugin to "require-dev" when it has a...

Whenever there is a type that can't be serialized, `ToolbarService` throws a confusing out of memory fatal error. Most users don't know what `ToolbarService` is trying to do which makes...

defect
toolbar
pinned

I want to use DebugKit in the same database as the main CakePHP application, but in a different schema, so I've configured DebugKit with the following datasource: ```php [ 'className'...

defect
history

![image](https://user-images.githubusercontent.com/10481749/158342336-2f8c9e23-f955-4a8d-af76-94de10911449.png) In some cases, when there's an application error (usually error 5xx or routes one) the DebugKit iframe looks like the above picture. Would it be possible to add a...

enhancement

Possible enhancement for Request panel - new section with browser request header?? some of this data is already in Environment panel but Request panel is used more often and it...

enhancement

in the SQL log, currently, we are showing connection name, number of rows and took the time(ms), it would be better if we will show the database name as well....

enhancement
sql_panel

Hello, When I create database connection dynamically in my application with setConfig() (i.e. datasource setting not written in app.php or written but reconfigured) DebugKit SQL Log is not working for...

logging

`VM375 toolbar.js:71 Uncaught TypeError: Cannot read property 'postMessage' of null at XMLHttpRequest. (VM375 toolbar.js:71) (anonymous) @ VM375 toolbar.js:71` [full errror here] (https://gist.github.com/r0kawa/e8bc2cdf76a91c4df5463851814cbd08) The error not happened when first loaded the...

defect
javascript
toolbar

Php version: 7.2.4 Cakephp version:3.9.5 Debugkit version:3.22.4 Development setup: Done through vagrant with a development url in this format _site.subdomain.com_ Install steps: The ones provided on [The cakephp cookbook](https://book.cakephp.org/debugkit/3/en/index.html) with...

`DebugLog::totalRows()` returns the total of `LoggedQuery::$numRows` of all logged queries. The latter would be count of fetched rows in case of `SELECT` queries and affected rows in case of `INSERT`,`UPDATE`/`DELETE`...