Releases: kmaork/madbg
Releases · kmaork/madbg
1.3.2
1.3.1
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
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