Releases: TekWizely/python-charmd
Release list
Charmd: The Motion Picture - v0.2.6
About Charmd
Debug console scripts in PyCharm directly from the terminal, avoiding manual Run Configurations or temporary code imports
Changes in v0.2.6
Added an animated GIF showing the basic workflow:
- Start the Debug Server
- Set some breakpoints
- Invoke your console script using
charmd
Updated the documentation to better-indicate that the project's goal is to make it easier to debug console scripts.
Updated the PyPi project description to match the repo's updated About.
Full Changelog: v0.2.5...v0.2.6
A Path Less Taken - Sorry to Trouble You - v0.2.5
A small correction to add the configured pydevd-path to the end of the sys.path list, instead of eagerly inserting at the beginning.
A Trouble-Shooting section is added to the README with an for those when having issues debugging a .py script via charmd -- myscript.py on MacOS.
Related Pull Requests:
- fix: Append pdevd_path to sys.path vs insert(0) by @TekWizely in #1
- doc: Add trouble-shooting section and initial issue(s) by @TekWizely in #2
Full Changelog: v.0.2.4...v0.2.5
Second Chance for a First Impression - v0.2.4
Small README change to try to improve the introduction to charmd and convey its value proposition.
Creating a release is necessary in order to update the pypi description.
Comma Chameleon - v0.2.3
For port numbers, in both command-line arguments and the config file, this change allows:
- Quoted numbers (e.g., "54321")
- Comma-separated numbers (e.g., 54,321)
- Quoted comma-separated numbers (e.g., "54,321")
This improves usability, especially when copying the port number from JetBrains IDE debug server logs, which often include commas.
Full Changelog: v0.2.2...v0.2.3
Remember to Set Some Breakpoints - v0.2.2
Just a small update to the README to clarify that you should set one or more breakpoints before running the charmd command to pause execution at your desired locations.
Minor, but need to create a release in order for the pypi module page to reflect the updated documentation.
Full Changelog: v0.2.1...v0.2.2
Fix Project Name References - v0.2.1
This release really just updates project name references in README.md - The project renamed when the github repo was created but some old references slipped through - DOH!
Full Changelog: v0.2.0...v0.2.1