Contents
- Index
Build Menu
Debug
Select the *Debug* item from the Project menu or click the *Debug* button on the tool bar to debug current Sigma Visual project.
If some run-time errors (such as to access property of null object) occur or some exceptions are thrown out, error window popup with error information, call stack and context. This information is very useful for developer to diagnose the application.
A diagram goes here.
Release
Select the *Release* item from the Project menu or click the *Release* button on the tool bar to get a zip-formatted package of current project. This menu item is for remote developers. After they get everything well and press the menu item, all files in current project with directory structure will be packed into a zip file and sent to browser client. (Do you remember Sigma Visual itself is also a web based Ajax application? :)