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

%%pixie_debugger interferes with global scope variables? #767

Open
jerrykaplan opened this issue Apr 21, 2019 · 2 comments
Open

%%pixie_debugger interferes with global scope variables? #767

jerrykaplan opened this issue Apr 21, 2019 · 2 comments

Comments

@jerrykaplan
Copy link

I'm a total newbie on this so its probably "user error", but...

I have a Jupyter Notebook that runs without errors. I've installed pixiedust, and am trying to use %%pixie_debugger as an IDE in a particular cell.

Running the same cell without the debugger, no errors.

With the debugger, and with no breakpoints set, if I click "continue to next breakpoint" (yellow "play" icon), I get a "name error" referring to a variable that is set in the global context.

I would expect the code to execute the same way with or without the %%pixie_debugger line of code?

Any help would be appreciated... Thanks

@DTAIEB
Copy link
Member

DTAIEB commented Apr 24, 2019

can you please paste the content of the cell you're trying to run. Thanks

@jerrykaplan
Copy link
Author

Thanks David - But basically I've moved on and used another solution. "Upgraded" to Jupiter Labs, and now just set breakpoint(s), and inspect with pdb. Too bad there isn't a more "visual" debugger for Labs, meaning one that's more than a command line debugger. I hope someone gets Pixie_debugger running in that environment.

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

No branches or pull requests

2 participants