-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support pudb external breakpoint file #3
Comments
How is this done? |
Sorry, not yet. But I'll be happy to merge a PR for this feature. |
Any hints on how can I do that? (not the PR, but how should this be approached like where these files usually are when using pudb, whats their format.. you know couple of links to start digging) |
For sure. There are 2 main classes you need to work with: PuDB Debugger and it's base Bdb from python's library.
I think that the best solution would be to add some cmd parameter, that will mean two things:
|
Found this thread while looking for a similar but slightly different usecase. I believe that this issue is a prerequisite for the feature I'm looking for - but please let me know if I am mistaken. It would be incredibly helpful for |
This would be very useful for me. |
Is there any new development regarding the loading of external pudb breakpoints? I would be interested to get involved. |
Load pudb external breakpoints file if
--pudb
parameter used.The text was updated successfully, but these errors were encountered: