remove duplicate response debug panel, add parameters panel
This commit is contained in:
parent
95f98696be
commit
a53f1cdede
1 changed files with 1 additions and 1 deletions
|
|
@ -37,10 +37,10 @@ builder {
|
|||
enable_if { $_[0]->{'webgui.debug'} } 'StackTrace';
|
||||
enable_if { $_[0]->{'webgui.debug'} } 'Debug', panels => [
|
||||
'Environment',
|
||||
'Response',
|
||||
'Timer',
|
||||
'Memory',
|
||||
'Session',
|
||||
'Parameters',
|
||||
'PerlConfig',
|
||||
[ 'MySQLTrace', skip_packages => qr/\AWebGUI::SQL(?:\z|::)/ ],
|
||||
'Response',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue