1, first open the tool magazine, in the bottom view, click "Debug" button. In the Debug panel, click the "Run" button.
2, then select "StepInto" or "StepOver" to execute the statement, in the Debug panel you can see the statement line number, variable values, stack frame and other information.
3. After completing the debugging, click the "Stop" button to exit the debug mode.