Skip to content

Commit c4bcf35

Browse files
committed
Update readme for firephp plugins.
1 parent 86ecda3 commit c4bcf35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,13 @@ By default DebugKit uses File as engine for internal cache, but if you want to u
230230
);
231231

232232
You can use any cache engine supported by CakePHP, the same you set in both core.php and bootstrap.php files with Cache::config() method.
233+
234+
## Viewing the toolbar for ajax requests
235+
236+
When doing Ajax requests, you will not be able to see an HTML version of the toolbar. However, if you have a browser extension that supports FirePHP, you can view
237+
the toolbar in your browser:
238+
239+
- [FirePHP for chrome](https://chrome.google.com/webstore/detail/firephp4chrome/gpgbmonepdpnacijbbdijfbecmgoojma)
240+
- [FirePHP for firefox](https://addons.mozilla.org/en-US/firefox/addon/firephp/)
241+
242+
Once you have installed the correct extension, you should see the toolbar data output on each ajax request.

0 commit comments

Comments
 (0)