Skip to content

Biscuit v2.72.0 - Code Debugging Support, Breakpoints, Built-in Python Debugger

Compare
Choose a tag to compare
@tomlin7 tomlin7 released this 22 Apr 14:53
· 392 commits to main since this release

This major update of Biscuit introduces code debugging support!

  • Biscuit supports setting breakpoints for debugging
  • New debugger view has been added to the action-bar, users can inspect the call stack and local variables at the hit breakpoint.
  • The debugger controls are accessed from the editor toolbar/editor run menu.
  • Python have built-in debugger support added for now.

So say good bye to terminal based debugging techniques.

image

Full Changelog: v2.69.0...v2.72.0