Interactive Debugger
Debugger Entirely in IDE
(Click image to enlarge) |
As of version 6 of WebSmart there is an interactive debugger fully contained within the IDE. This feature will save you time and help you troubleshoot your programs. It is extremely simple and quick to use.
|
Set Breakpoints
(Click image to enlarge) |
Easily set breakpoints by using the Debug menu option or the short cut button in the debug toolbar. To maximize your debugging flexibility, you are allowed to place breakpoints at any location in both the PML and tab view of your HTML.
|
Step through to Display Values
(Click image to enlarge) |
Launch the program in debug and step through your breakpoints. Simply hover over the fields to see their values.
|
Change Values
(Click image to enlarge) |
A very helpful feature in the WebSmart debugger is the ability to change the value of a field as you are stepping through the program. This eliminates the need to fix a problem before testing other parts of the program.
|
<< Back to WebSmart Features Main Page
|