Everything
2.4.4 Debugging the DFA

This section describes the behavior of debugging features for DFA (Data Flow Architecture) when the selected microcontroller supports DFA.

Caution

The simulator and E2 Lite do not support this feature.

DFA debugging can be performed using the Python Console.

-

Check whether a register is valid

debugger.DFA.IsValidRegister

-

Reset DFA

debugger.DFA.Reset

-

Step execution of DFA

debugger.DFA.Step

 

See "CS+ Python Console" for detail.