Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a napari plugin debugging quick start section to the debugging guide #161

Merged
merged 8 commits into from
May 29, 2023

Conversation

seankmartin
Copy link
Contributor

Description

Adds a "quick start" section to the existing napari plugin debugging guide that demonstrates writing a launch script with your plugin setup so that you can debug it.
I've referenced VSCode here quite a bit because that the IDE I'm most familiar with, it has decent debugging documentation, it is free, and I'm not sure how much I'd recommend using pdb straight off the bat!

Type of change

  • Fixes or improves existing content

References

closes #154

Final checklist:

  • My PR is the minimum possible work for the desired functionality
  • I have commented my code, particularly in hard-to-understand areas
  • I have added alt text to new images included in this PR

@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 23, 2023
Copy link
Member

@melissawm melissawm left a comment

Choose a reason for hiding this comment

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

Love this, thanks @seankmartin !

Copy link
Member

@psobolewskiPhD psobolewskiPhD left a comment

Choose a reason for hiding this comment

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

Awesome!

@psobolewskiPhD psobolewskiPhD merged commit 60b0175 into napari:main May 29, 2023
3 checks passed
@psobolewskiPhD psobolewskiPhD added this to the 0.4.18 milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add napari plugin debugger launch instructions to the plugin debug guide
3 participants