- Initial release
- IDAPython remote execution
- IDAPython debugger
- Added logging support
- Enhanced UX
- Added configuration checks
- Added support for Python 2
- Added "Save on execute" support in settings
- Added "Execute on save" support in settings
- Fixes Python 3.8 support on Windows (PR #13)
- Introduces
__name__
inside of the script environment as__main__
(Issue #14)
- Updated README
- Fixed Python 2 support (PR #17)
- Fixed issue where debugpy would attempt to spawn the current process (Issue #23)