Jump to content

Flowcode Debugging: Difference between revisions

From Flowcode Help
DavidA (talk | contribs)
Created page with "==Flowcode Debugging== ===Debugging Basics=== *Debugging Hardware and Software - Tips on how to debug hardware and software *[[Breakpoints..."
 
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
===Debugging Basics===
===Debugging Basics===
*[[Debugging_Hardware_and_Software|Debugging Hardware and Software]] - Tips on how to debug hardware and software
*[[Debugging_Hardware_and_Software|Debugging Hardware and Software]] - Tips on how to debug hardware and software
*[[Breakpoints|Breakpoints]] - Using breakpoints
*[[Bookmarks|Bookmarks]] - Using bookmarks
*[[Starting_Flowchart_Simulation|Starting Flowchart Simulation]] - Information on how to use the flowchart simulation
*[[Starting_Flowchart_Simulation|Starting Flowchart Simulation]] - Information on how to use the flowchart simulation
*[[Simulating_Icons_Step_by_Step|Simulating Icons Step-by-Step]] - Stepping through icons
*[[Simulating_Icons_Step_by_Step|Simulating Icons Step-by-Step]] - Stepping through icons
*[[Changing_the_Speed_of_a_Simulation|Changing the Speed of a Simulation]] - Changing the run speed of the simulator
*[[Changing_the_Speed_of_a_Simulation|Changing the Speed of a Simulation]] - Changing the run speed of the simulator
*[[Breakpoints|Breakpoints]] - Using breakpoints
*[[Bookmarks|Bookmarks]] - Using bookmarks
*[[Disabling_Icons|Disabling Icons]] - Disabling flowchart icons to comment out sections of code


===Debugging Tools and Windows===
===Debugging Tools and Windows===
*[[Using_the_Data_Console|Console]] - How to use the data console window in your programs
*[[Using_the_Data_Console|Console]] - How to use the data console window in your programs
*[[Using_the_Data_Scope|Data Recorder]] - How to use the data recorder window in your programs
*[[Using_the_Data_Scope|Data Recorder]] - How to use the data recorder window in your programs
*[[Data_Scope_Test|Data Scope Test]] - Information on how to use the Flowcode data scope window.
*[[Oscilloscope|Oscilloscope]] - How to use the oscilloscope window to monitor repeating waveforms and pin activity
*[[Oscilloscope|Oscilloscope]] - How to use the oscilloscope window to monitor repeating waveforms and pin activity
*[[Using_the_Icon_Lists_Pane|Icon Lists Pane]] - The icon lists pane
*[[Using_the_Icon_Lists_Pane|Icon Lists Pane]] - The icon lists pane
*[[Simulation_Debugger|Simulation Debugger]] - The simulation debugger window
*[[Simulation_Debugger|Simulation Debugger]] - The simulation debugger window
*[[Component_Debugger|Component Debugger]] - The component debugger window
*[[Component_Debugger|Component Debugger]] - The component debugger window
*[[Digital_Pins|Digital Pins]] - The digital pins window
*[[Analog_Window|Analog Window]] - The analogue inputs window
*[[Analog_Window|Analog Window]] - The analogue inputs window


===Other Debugging Tech in Flowcode===
===Debugging Tech in Flowcode===
*[[Ghost_Technology|Ghost Technology]] - Information on Ghost, (usage of ICD and ICT, and general settings)
*[[Ghost_Technology|Ghost Technology]] - Information on Ghost, (usage of ICD and ICT, and general settings)
*[[Using_the_Data_Injector|Using the Data Injector]] - Data injectors and communications components
*[[Using_the_Data_Injector|Using the Data Injector]] - Data injectors and communications components

Latest revision as of 13:37, 21 October 2020

Flowcode Debugging

Debugging Basics

Debugging Tools and Windows

Debugging Tech in Flowcode

Advanced Concepts