|
debugger The debugger can help you debug Helma applications, providing facilities to set and clear breakpoints, control execution, view variables, and evaluate arbitrary Javascript code in the current scope, for example that of a request that is being processed. To enable the debugger, set the rhino.debug property in the application's app.properties file as follows: rhino.debug = trueIf this property is set when an application is started, the debugger will open in a separate window. Since this window will open on the server the application is running on, using the debugger is only suitable for local development.
#rhino.debug = trueMore information on the functionality the debugger offers: /rhino/debugger
... comment
|
navigation
Download
Community
Weblog
Mailing Lists
IRC Channel
Documentation
Introductions
Tools
Reference
Project
Roadmap
Bug Reporting
Source
Wiki
Tags
Updates
Related Projects
search
|
||||