Skip to content

Releases: TekWizely/python-charmd

Charmd: The Motion Picture - v0.2.6

Choose a tag to compare

@TekWizely TekWizely released this 11 Dec 03:18
e6af255

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

Choose a tag to compare

@TekWizely TekWizely released this 04 Nov 19:15
28d2617

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

Choose a tag to compare

@TekWizely TekWizely released this 04 Nov 02:51
a23a553

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

Choose a tag to compare

@TekWizely TekWizely released this 03 Nov 18:20
509417b

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

Choose a tag to compare

@TekWizely TekWizely released this 03 Nov 17:47
b6be307

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

Choose a tag to compare

@TekWizely TekWizely released this 03 Nov 07:11
6c925d8

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

Initial Release - v0.2.0

Choose a tag to compare

@TekWizely TekWizely released this 03 Nov 06:58
34aa7f9

First Release - YAY!