Releases: SkyLined/BugId
BugId release 2025-05-23 12.35
Some bug fixes and code rewrites. BugId should be much faster.
Full Changelog: 2024-07-09_13.37...2025-05-23_12.35
BugId release 2024-07-09 13:37
Another round of bug fixes.
BugId release 2022-12-12 12.05
Bug fixes
BugId release 2022-12-08 09.57
2022-12-08_09.57 ~ Updated version.
BugId release 2022-10-10 16.26
New features/bug fixes:
--no-symbols
should prevent BugId from attempting to load symbols and speed it up significantly if you don't need symbols.- Symbol loading should now be faster.
--pause
argument now also pauses BugId if there is an internal exception (assuming the argument was passed before the exception happens).--pause
argument is now added by default when installing as a JIT debugger using the-I
argument. You must explicitly add--pause=false
to the arguments disable it.- Reports should contain more useful information that is easier to read.
In addition, the mBugId
engine has had quite a few improvements and bug fixes. Code should now be faster and provide more accurate results.
BugId release 2022-01-05 09.41 - Python 3!
The first release of the Python 3 version of BugId.
Besides porting this to Python 3, and fixing a number of bugs that surfaced during this process, a lot has been improved. I've been too busy to keep notes, so the RELEASE NOTE.md
file is out-of-date.
Release 2021-10-25 12:00 - Python 2
This is a bug-fix release of the latest Python 2 version. This release addresses two issues:
- import issues that can happen the second time you run BugId when Python uses pre-compiled byte code (.pyc files).
- Site-pinning on license.skylined.nl will prevent license checks because the SSL certificate was recently updated.
Please note: the SOURCE CODE
links below were automatically added by GitHub from the current in-development source. It DOES NOT represent the correct source code for this release. The latest development version targets Python 3 and I intend to fix only major bugs in the Python 2 version from now on. Once I have a stable release for the new Python 3 version, I will deprecate the Python 2 version and stop releasing updates for it.
Release 2021-04-15 (See bug #99!!)
It appears that this release is affected by issue #99 for some people. If you experience this issue, please try the previous release for now!
- BugId can now be used as a JIT Debugger! Use
BugId -I
to install and seeBugId -?
for help. - An issue that prevented BugId from working with recent versions of Firefox has been fixed.
- Added
--log-ouput
command line switch, which allows sending a copy of all output to a file. - Added
--pause
command line switch, which allows pausing BugId to wait for the user to press ENTER after running just before terminating. - Various minor improvements.
Release 2020-07-02
Addresses an issue with Firefox.
Release 2020-06-17
This release contains only minor bug-fixes and improvements and does not contain any new features.