The XPage Debug Toolbar is a custom control that adds a toolbar to the top of your XPage. It shows you:
-
Personal log/ debug messages you've added in your code by using one of the log calls. You'll have no need for print() statements anymore! You'll be able to log messages from SSJS and Java (beans) code.
-
The contents of the various scopes (applicationScope, sessionScope, viewScope and requestScope)
-
A list of custom environment variables
-
A "timers" tab you can use for basic code profiling (see how fast your code is).
-
Tommy Valand's API Inspector