Skip to main content

Code Decorations

After executing an application with Dbux enabled, all executed code is decorated with ↳ ↱ ƒ etc.

  • These decorations allow us to better understand which parts of the code actually executed, and covey some basic properties of how the code executed.
  • You can toggle decorations via the Dbux: Hide Decorations and Dbux: Show Decorations commands:screens/toggle-deco.png

Interpreting Decorations

Examples

In this buggy code, we can see that line 6 never executed, just from the code decorations:

screens/code-deco1.png

TODO: more examples