yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Debug Extension for Yii 2

Results 45 yii2-debug issues
Sort by recently updated
recently updated
newest added

The information available is not enough. For the case i´m going to talk about, it took me a lot of time to debug and required manually update of yii2-debug libraries....

type:enhancement
status:ready for adoption

### What steps will reproduce the problem? ### What is the expected result? Show Debug Panel ### What do you get instead? Trying to access array offset on value of...

type:bug
status:ready for adoption

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️

type:enhancement
pr:request for unit tests

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ allow debug when execute command | Breaks BC? | ❌ | Fixed...

pr:missing usecase

As a developer I want to filter certain fields from the debug page to prevent leaking secrets. The debug page currently lists all and everything it can get, some fields...

type:enhancement

### What steps will reproduce the problem? config: ``` 'bootstrap' => ['debug', 'gii'], 'modules' => [ 'debug' => [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['*'] ], 'gii' => [ 'class'...

type:bug
status:to be verified

make authManager configurable for user panel when application use another components id instread default authManager. | Q | A | ------------- | --- | Is bugfix? | ✔️ | New...

type:enhancement

It would be nice if the debug toolbar also displayed info about current theme so developers know where to search for view files. It should be enough to update file...

type:enhancement

Register assets using the yii\web\View functions. In my application I have override the standard yii\web\View in order to add CSP nonce to each scripts loaded with View functions. Unfortunately yii-debug...

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Tests pass? | ✔️ Add Module::$toolbarPosition...

type:enhancement
status:code review