- b2evolution CMS User Manual
- Developer Reference
- Debugging
- Ajax Debug Log
Ajax Debug Log
b2evolution v5.
The Ajax debug log us a CSS floating windows that shows you the AJAX requests between the browser and the server.
If you have already turned on debug mode (see Debugging), you just need to click "JS log" in the evobar. The window will appear on every page until you close it. (The open window state is maintained with a client side cookie).
Otherwise,you can turn it on with this line in the config:
$debug_jslog = 1;
Alternatively,use:
$debug_jslog = 'pwd';
$debug_pwd = 'mysecret';
Then call any page with the following appended to the url: ?jslog=mysecret
Turn off with: ?jslog=
Note: For the JSlog to work properly should disable the page caching for current blog or clear the cache folder every time you want to use this param in the URL.