Closed
Bug 1214892
Opened 10 years ago
Closed 9 years ago
Server side logging logs PHP object as string
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1215820
People
(Reporter: worg, Unassigned)
References
()
Details
(Whiteboard: [btpp-backlog])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151014043535
Steps to reproduce:
Run the example listed on https://github.com/ccampbell/chromephp readme.
Test page here: http://main.xfiddle.com/code_92843689.php
Actual results:
Logs objects as strings '[object Object]'
Expected results:
log JS objects
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Console
| Reporter | ||
Updated•10 years ago
|
Comment 2•9 years ago
|
||
From the README, it looks like this requires a Chrome extension. Is there a Firefox version of the extension that you are testing this with?
Flags: needinfo?(worg)
Updated•9 years ago
|
Priority: -- → P3
Updated•9 years ago
|
Whiteboard: [btpp-backlog]
Comment 3•9 years ago
|
||
Ah, I didn't realize this was related to Chrome Logger support added in Firefox 43. This is a duplicate of bug 1215820.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(worg)
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•