CHANGELOG#

[1.0.1] - 2025-03-31#

Changed#

  • OMPE-39473

  • Renamed _breakpoint() -> trigger_breakpoint(), as it is public.

  • Added the setting of an environment variable to supress startup errors regarding debugging into frozen modules

  • Code clean up.

[1.0.0] - 2025-01-16#

Changed#

  • Major version change related to minimal public API.

[0.2.5] - 2024-12-12#

Changed#

  • Removed deprecated functions for minimal public API.

[0.2.4] - 2024-10-18#

Changed#

  • Review and Updated module with deprecation decorators for items that are not going to be in the public API.

[0.2.3] - 2024-07-25#

Changed#

  • Updated documentation with AI agent.

[0.2.2] - 2024-02-07#

Added#

  • OM-120201: Added connect mode to the debugger to allow attaching to test processes which are launched separately when running unit tests.

[0.2.0] - 2022-09-28#

  • Prebundle debugpy

[0.1.0] - 2020-02-22#

  • Initial commit