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

Enhancement: quick action to add/remove reloadable paths. #139

Open
antondeliverect opened this issue Apr 25, 2023 · 1 comment
Open

Enhancement: quick action to add/remove reloadable paths. #139

antondeliverect opened this issue Apr 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@antondeliverect
Copy link

Describe the enhancement

Currently you can add/remove reloadable paths only via pycharm settings.
It would be great if there could be a quick action(like right-click -> "add/remove file(s) to reloadable paths") to do that.

Additional context

I'm working with a very big project and up until now i didn't understood how come profiling(also catching breakpoints, etc) were working only in file that i'm originally executing, but not in any other files. Turns out I had to explicitly add executed python files in reloadable paths.

@dkrystki dkrystki added the enhancement New feature or request label Apr 25, 2023
@dkrystki
Copy link
Contributor

dkrystki commented Jul 6, 2023

Not exactly what you're asking for yet but since plugin version 1.2.0 Reloadium will automatically make files reloadable if open in the editor or if a breakpoint exists the file.

Any feedback on that feature is welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants