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
In trace-type logs, in the trace itself the class name and method (instruction column) are rendered mushed together without the proper separator.
For example it shows
FirePHPtrace('Trace: Undefined property')
instead of
FirePHP->trace('Trace: Undefined property')
If I look at the headers, the separator is listed as the type property of the trace entry, so it doesn't seem to be a faoult of the server side library (using firephp-core).
The text was updated successfully, but these errors were encountered:
In trace-type logs, in the trace itself the class name and method (instruction column) are rendered mushed together without the proper separator.
For example it shows
instead of
If I look at the headers, the separator is listed as the type property of the trace entry, so it doesn't seem to be a faoult of the server side library (using firephp-core).
The text was updated successfully, but these errors were encountered: