This is the project site of the winner of the 3rd OpenNTF Development Contest! Visit my blog to view my other projects or read other interesting articles.
The XPage Debug Toolbar is a custom control that adds a toolbar to the top of any XPage. It has the following features:
-
Personal log/ debug messages you've added in your code by using one of the log calls. no need for print() or _dump() statements anymore! You can log messages from SSJS and Java (beans) code and can also dump entire stacktraces to the debug toolbar.
-
The contents of the various scopes (applicationScope, sessionScope, viewScope and requestScope).
-
A list of custom environment variables (e.g. browser, user, database)
-
A "timers" tab you can use for basic code profiling (see how fast your code is).
-
Tommy Valand's API inspector.