Skip to content

[#1] Add new README at top level#2

Merged
nickatundo merged 2 commits intomainfrom
1-readme
Mar 25, 2026
Merged

[#1] Add new README at top level#2
nickatundo merged 2 commits intomainfrom
1-readme

Conversation

@nickatundo
Copy link
Collaborator

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR relocates and rewrites the Python debugging documentation by removing the old python/README.md and introducing a new top-level README.md intended to guide users through debugging Python scripts with UDB’s python add-on.

Changes:

  • Deleted the existing Python add-on README under python/.
  • Added a new repository top-level README.md with step-by-step usage instructions and a quick reference.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
python/README.md Removes the previous Python add-on documentation from the python/ subdirectory.
README.md Adds a new top-level guide describing how to install and use the python add-on and common upy commands.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +5
# **Debugging Python Scripts with UDB**

This guide explains how to use UDB to debug Python scripts using the `python` addon.

---
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FinnG I'm not sure if the pyproject.toml file is doing anything useful at this point - should we just get rid?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think perhaps we might want to keep it if we support building our own version of the library and passing it into udb via environment variable? I have a patch for this, so can look at the pyproject.toml file as part of that.

@nickatundo nickatundo merged commit 0d4abb0 into main Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants