firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
222 stars 78 forks source link

Fix source path #41

Closed cadorn closed 5 years ago

cadorn commented 6 years ago

Sometimes the path determined to be the triggering source line is incorrect. See: https://github.com/firephp/firephp-for-firefox-devtools/issues/24

This should be configurable so that wrappers may be used.

There is some existing work here: https://github.com/firephp/firephp-core/pull/2

cadorn commented 6 years ago

Better exclude rule: https://github.com/firephp/firephp-for-firefox-devtools/issues/24#issuecomment-343747384

cadorn commented 5 years ago

Implemented this via ignoreClassInTraces & ignorePathInTraces & lineNumberOffset in https://github.com/firephp/firephp-core/pull/55