Difference between revisions of "Category:Troubleshooter"

From Lianjapedia
Jump to: navigation, search
(Desktop Tab)
(Desktop Tab)
Line 33: Line 33:
 
|-
 
|-
 
|valign="top"|[[Troubleshooter Trace File Tab|Trace File]]
 
|valign="top"|[[Troubleshooter Trace File Tab|Trace File]]
|valign="top"|
+
|valign="top"|Contains debug tracing information.
 
|-
 
|-
 
|valign="top"|[[Troubleshooter UIState Trace Tab|UIState Trace]]
 
|valign="top"|[[Troubleshooter UIState Trace Tab|UIState Trace]]

Revision as of 11:00, 24 May 2019

Under Construction. Coming soon in v5.0

Overview

The Troubleshooter provides a tabbed interface bringing together debugging, tracing and performance metrics to assist you in testing and tuning your Apps.

Troubleshooter


Desktop Tab

The Desktop Tab contains the following:

Tab Description
Debugger Contains the Lianja/VFP Debugger.
Python Debugger Contains the Python Debugger.
JavaScript Debugger Contains the JavaScript Debugger.
Error Viewer Contains error message output.
Debugout Contains debugout message output.
Debug File
Trace File Contains debug tracing information.
UIState Trace Contains tracing information about UI State transition operations.
Performance Metrics Contains tracing and performance metrics for internal operations and events to allow you to see how events are fired and handled in your code and help you in performance tuning.
Profiler Metrics

Server Tab

The Server Tab contains the following:

Tab Description
Error Viewer Contains server error message output.

Buttons

Apart from in the Debugger tabs (Debugger, Python Debugger, JavaScript Debugger), the following buttons are displayed:

Button Description
Clear Clear the current tab.
Clear All Clear all tabs.
Purge Purge all error files.
debugout on/off Toggle to enable/disable debugout message logging.
debug on/off Toggle to enable/disable debug message logging.

Here, debug and debugout are both off, click the buttons to toggle them on:

Troubleshooter


Here, debug and debugout are both on, click the buttons to toggle them off:

Troubleshooter