Skip to content

Releases: kmaork/madbg

1.3.2

05 Jul 23:18
00767d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

17 Aug 21:01
Compare
Choose a tag to compare

What's Changed

A few fixes:

  • Added tcdrain and fixed todo by calling atexit._run_exitfuncs by @kmaork in #31
  • Use SIGIO instead of listener thread by @kmaork in #35
  • Piping refactor + single tracing session by @kmaork in #36
  • Continue when can't attach to tty by @kmaork in #39
  • Fix bug where quit doesn't exit the debugger

Full Changelog: 1.2.0...1.3.1

1.2.0

16 Nov 21:24
Compare
Choose a tag to compare

What's Changed

  • Support python 3.9 and 3.10
  • Refactor in communication areas
  • Fixes
  • Added client connection timeout control to CLI and increased default timeout
  • Breaking changes to some API function

Full Changelog: 1.1.5...1.2.0

1.1.5

27 Oct 16:29
Compare
Choose a tag to compare

Fixed post_mortem

1.1.4

06 Mar 11:11
38b3361
Compare
Choose a tag to compare
Merge pull request #17 from kmaork/ipython_shell_workaround

fixed 'TerminalInteractiveShell' object has no attribute 'style'

1.1.3

25 Sep 12:01
Compare
Choose a tag to compare

No longer raising BdbQuit

1.1.2

22 Aug 08:30
9ca43d7
Compare
Choose a tag to compare
Update setup.cfg

1.1.1

06 Aug 21:57
Compare
Choose a tag to compare
fixing ci