You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All firePHP DebugKit message groups are currently automatically expanded (tested it in Firefox and Chrome). I see that DebugKit sets the firePHP setting "collapsed=true", however the groups are not collapsed. The auto-expanded log can be annoying when you want to use the javascript console or have many ajax requests.
The text was updated successfully, but these errors were encountered:
After some testing it doesn't seem to be DebugKit related. I've just tested the collapsed example from http://www.firephp.org/HQ/Use.htm with the lib from https://github.com/firephp/firephp-core. The example doesn't work in Firefox, but it does work in Chrome. The response headers ({"Collapsed":"true","Type":"GROUP_START", etc.) seem to be equal to debugkit.
All firePHP DebugKit message groups are currently automatically expanded (tested it in Firefox and Chrome). I see that DebugKit sets the firePHP setting "collapsed=true", however the groups are not collapsed. The auto-expanded log can be annoying when you want to use the javascript console or have many ajax requests.
The text was updated successfully, but these errors were encountered: