FirePHP4Chrome icon indicating copy to clipboard operation
FirePHP4Chrome copied to clipboard

Google Chrome's Developer Tools are great - but they were missing something. Install this extension (or find it on the Chrome Extensions Store) to see FirePHP messages in your console!

Results 10 FirePHP4Chrome issues
Sort by recently updated
recently updated
newest added

After updating to Chrome 76, I get the following error when loading pages using Google Fonts: ``` Access to font at 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2' from origin '' has been blocked by CORS...

thoughts on why I might see headers in the response, but no log "rendered" in the console? I can copy paste the headers and generate a bare-bones request with them...

https://console.spec.whatwg.org/#formatter Ie, this header `X-Wf-1-1-1-76:179|[{"Type":"LOG","Label":"%o substitution %.2f %ctest"},[["foo","bar"],1.1,"background-color:#00f; font-weight:bold; color:#fff; padding:0 .25em;"]]|` should be equivalent to `console.log("%o substitution %.2f %ctest", ["foo","bar"], 1.1, "background-color:#00f; font-weight:bold; color:#fff; padding:0 .25em;")` not "firephp" per...

The server-side use of tables isn't very friendly (out of your control) that being said, the format the firephp spec uses, probably makes it harder to create the table client-side...

for group_start: only add "message" param to params list if non-null (it should be null)

Minor glich groups appear in the console with null next to the label **group label** null firephp header for a group looks something like X-Wf-1-1-1-7:70|[{"Type":"GROUP_START","Label":"group label","Collapsed":"true"},null]| `null` is where the...

hi. i'm trying to disable url vapecraft.ru by writing _://_.vapecraft.ru/\* pattern in "URLs to disable" field. it work once, on first page open after saving settings. then i have 403...

If I log an associative array, the output is `Object {add: Object, first: Object, second: Object, fourth: Object, third: Object}` I would have expected it to be logged as arrays...

Since version 41.0 I started to recieve an inverted output. Given: ``` FB::send('1'); FB::send('2'); FB::send('3'); ``` I get in console: 3 2 1