Skip to content

0.26.1 - 2022-12-31

Compare
Choose a tag to compare
@brownts brownts released this 31 Dec 21:28
· 30 commits to master since this release

Fixed

  • Fixes #381 - POSIX relative paths in SSH sourceFileMap were not properly formatted (@brownts)
  • Fixes #348 - Not waiting for autorun commands to complete before continuing execution (@brownts)
  • Fixes #382 - Breakpoints not always cleared over SSH - PR #383 (@abussy-aldebaran)
  • Fixes #322 - replace deprecated substr (@GitMensch)
  • Fixes #332 - "go to cursor location" does not work with ssh sourceFileMap (@GitMensch)
  • Fixes #346 - Case-sensitivity not respected in SSH path mapping - PR #352 (@brownts)
  • Fixes #342 - Local variables not displayed more than 2 stack frames deep - PR #345 (@brownts)

Docs

  • Fixes #305 - Added updates for HACKING and documentation linting (@brownts, @GitMensch)
  • Fixes #387 - Updated documentation for running as sudo (@GitMensch)
  • Fixes #236 - Documentation indicates that multi-threaded debugging is not supported (@brownts)

Dev

  • Partially fixes #347 - Add github automated unit testing and linting - PR #354 (@brownts)