Flowcode Debugging
From Flowcode Help
Jump to navigationJump to searchContents
Flowcode Debugging
Debugging Basics
- Debugging Hardware and Software - Tips on how to debug hardware and software
- Starting Flowchart Simulation - Information on how to use the flowchart simulation
- Simulating Icons Step-by-Step - Stepping through icons
- Changing the Speed of a Simulation - Changing the run speed of the simulator
- Breakpoints - Using breakpoints
- Bookmarks - Using bookmarks
- Disabling Icons - Disabling flowchart icons to comment out sections of code
Debugging Tools and Windows
- Console - How to use the data console window in your programs
- Data Recorder - How to use the data recorder window in your programs
- Oscilloscope - How to use the oscilloscope window to monitor repeating waveforms and pin activity
- Icon Lists Pane - The icon lists pane
- Simulation Debugger - The simulation debugger window
- Component Debugger - The component debugger window
- Analog Window - The analogue inputs window
Debugging Tech in Flowcode
- Ghost Technology - Information on Ghost, (usage of ICD and ICT, and general settings)
- Using the Data Injector - Data injectors and communications components
- Code Profiling - Introduction to Code Profiling, and how to use it
- E-blocks2 Auto ID - E-blocks 2 Auto ID
Advanced Concepts
- Simulation-Only Code - Code designed to work only via the simulator
- Different Code For Sim and Download - Detecting if code is for download or simulation
- Simulation Events - Event macros used to provide more functionality to both simulation and compiled code
- DLL Support - Changing the nature of a macro to instead call a external DLL function (simulation only)