-
Notifications
You must be signed in to change notification settings - Fork 281
PHP Console extension features
Geo edited this page Dec 31, 2017
·
4 revisions
There is a features list of Google Chrome extension PHP Console.
- No icons on Toolbar, only in Address bar(when enabled on server)
- Configure by clicking on icon in Address bar
- PHP errors, exceptions and debug data in JavaScript console(Ctrl+Shift+J)
- Group data by request URL
- Handle messages for redirected pages
- Show errors & exceptions source & trace
- PHP errors, exceptions and debug data in Notification popups
- Auto-close with delay(optional)
- Jump to file:line in IDE by click on source button(configure)
- Copy to clipboard button (optional)
- JavaScript errors messages in Notification popups(see options)
- Ignore repeated errors
- Ignore Google Chrome extensions internal errors
- Does not override user-defined JavaScript errors handlers
- Protect access by password
- Execute PHP code remotely
- Strip files base path
- Ignore optional debug tags
- Ignore optional errors types
- Catch messages from: Web pages, AJAX, IFrames