Skip to content

Version 0.2.8

Compare
Choose a tag to compare
@DonJayamanne DonJayamanne released this 24 Jun 07:56
· 7379 commits to main since this release
  • Added support for conditional break points
  • Added ability to optionally display the shell window (Windows Only, Mac is coming soon)
    • Allowing an interactive shell window, which isn't supported in VSCode.
  • Added support for optionally breaking into python code as soon as debugger starts
  • Fixed debugging when current thread is busy processing.
  • Updated documentation with samples and instructions