-
Notifications
You must be signed in to change notification settings - Fork 229
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
Watch expressions should stay after restart #64
Comments
👍 |
It would be helpful if the watch expressions could be saved across sessions too. After I make changes to my code, I shutdown pudb and restart it to pick up code changes; however, I have to enter all of my watch-expressions again, which is very tedious, since I must do this for each frame. ... Thanks! ... BTW, this package is extremely helpful to me! ... Thanks for the great work! |
Unless the code is architectured weird (which is another way of saying that I haven't looked at it), it is probably easy to fix. |
I am also interested in this feature. |
Take a look at how breakpoints are saved. We would probably want to do something similar. |
There was the PR #146 I submitted awhile ago. You can take code from it. |
I'm still hoping to get #525 merged through at some point too, if saving watches could work alongside that idea, that would be sublime! |
If you continue to the bottom of the script and restart, any watch expressions that you setup are deleted.
The text was updated successfully, but these errors were encountered: