Flow Debug
You may use debug function of WinIVR Edit to trace flow and fix error.
- Run is to start debugging, or continue debugging when pausing.
- Step is only to execute current statement, then pause on next statement.
- If executing statement is set breakpoint, will pause on this statement.
- When pausing, you may view variant value.
- Stop will stop debugging.
- Debug Option is to set debug address and channel type.
You may use execute of WinIVR Edit to test flow.
- Execute will perform flow just like it is running in WinIVR Admin.
- Execute will not pause when meet breakpoint statement.
- Execute will not popup error message.