Skip to content

Releases: SkyLined/BugId

BugId release 2022-12-12 12.05

13 Dec 08:12
Compare
Choose a tag to compare

BugId release 2022-12-08 09.57

08 Dec 10:05
Compare
Choose a tag to compare
2022-12-08_09.57

~ Updated version.

BugId release 2022-10-10 16.26

12 Oct 07:35
Compare
Choose a tag to compare

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!

05 Jan 12:00
Compare
Choose a tag to compare

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

26 Oct 07:27
Compare
Choose a tag to compare

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!!)

15 Apr 11:55
Compare
Choose a tag to compare

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 see BugId -? 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

02 Jul 15:05
Compare
Choose a tag to compare

Addresses an issue with Firefox.

Release 2020-06-17

23 Jun 09:29
Compare
Choose a tag to compare

This release contains only minor bug-fixes and improvements and does not contain any new features.

Release 2019-10-17

17 Oct 20:07
Compare
Choose a tag to compare

Externally noticeable changes

  • The way the startup script detects where Python is installed has been
    improved.
  • Improve the licensing information shown to users when a modules does not
    require a license.
  • Improve the way application debug output is shown on the console.
  • Show better error messages when an invalid UWP application package name or
    application id is provided by the user.

Internal changes

  • Update dependencies.
  • Improve the way UWP applications are handled.
  • UWP application ids are optional for packages that have only a single
    application id; the default is to use that id.

Release 2019-08-20

20 Aug 10:14
Compare
Choose a tag to compare

Externally noticeable changes

  • Fix bug in reloading symbol files.
  • Simplified and updated ntdll.dll heap bug translations.
  • Tested with latest Python (2.7.16).

Internal changes

  • Added missing submodules to git.
  • Added missing dependencies to dxProductDetails.json.