Difference between revisions of "Category:Error Handling"

From Lianjapedia
Jump to: navigation, search
(The App Inspector)
Line 6: Line 6:
  
 
Lianja App Builder is quite unique in that as you develop an App you are working directly on live data running live dynamically compiled code. This development paradigm encourages agile development and to assist you further, Lianja App Builder provides some very powerful graphical debugging tools for you to use.
 
Lianja App Builder is quite unique in that as you develop an App you are working directly on live data running live dynamically compiled code. This development paradigm encourages agile development and to assist you further, Lianja App Builder provides some very powerful graphical debugging tools for you to use.
 +
 +
===The App Inspector===
 +
 +
The App Inspector is your best friend during development as it provides a complete overview of your App.
 +
 +
Inside the App Inspector you will find the "Debug" tab containing the Lianja/VFP debugger.
 +
 +
You can double click this tab to detach it from the App Inspector into its own floating window.
  
 
===The Lianja/VFP Debugger===  
 
===The Lianja/VFP Debugger===  

Revision as of 03:52, 11 December 2017

Under construction

Debugging is one of the most important skills for a developer. Software development is all about writing code, making mistakes, and fixing them.

Strong debugging skills minimize the development cycle by allowing developers to pinpoint bugs quicker, make fixes that actually address the problems encountered, and verify the modifications are correct. This is particularly important as the code gets more complex.

Lianja App Builder is quite unique in that as you develop an App you are working directly on live data running live dynamically compiled code. This development paradigm encourages agile development and to assist you further, Lianja App Builder provides some very powerful graphical debugging tools for you to use.

The App Inspector

The App Inspector is your best friend during development as it provides a complete overview of your App.

Inside the App Inspector you will find the "Debug" tab containing the Lianja/VFP debugger.

You can double click this tab to detach it from the App Inspector into its own floating window.

The Lianja/VFP Debugger

The JavaScript Debugger

Additional Debugging Techniques

Subcategories

This category has only the following subcategory.