Skip to main content

Debugging with Breakpoints

· One min read

Greetings, Folks,

You can now set breakpoints in AppBlocks! The execution will pause when it reaches a block with a breakpoint on it.

Block Debugging

When the execution is paused, you can inspect the values of your variables.

Inspect Variables

For those of you going deeper, inspecting the Tibbo BASIC code generated for your app is possible. The code window will show the breakpoints you set as well.

Breakpoint Code Location
View Tutorials   Get in Touch