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

I can not stop the debugger, it runs infinite time #786

Open
bhishanpdl opened this issue Jan 23, 2020 · 1 comment
Open

I can not stop the debugger, it runs infinite time #786

bhishanpdl opened this issue Jan 23, 2020 · 1 comment

Comments

@bhishanpdl
Copy link

bhishanpdl commented Jan 23, 2020

Date: Jan 23, 2020
pixiedust version: 1.1.18
platform: jupyter notebook (on Google Chrome on macOS Catalina)

problem
In jupyter notebook, I can use the pixiedust debugger with cell magic %%pixie_debugger and it works.
But after done debugging, I can not stop the debugger.

Kernel > Interrupt # does not work

I need to restart the kernel or stop the whole jupyter notebook to stop one cell.

Question

  1. How to stop the debugging session in a cell without restarting the whole notebook?
  2. The problem is for jupyter notebook ( I have not tested in IBM Watson Cloud notebook).
    Is the debugging functionality only available for IBM cloud, and does not work in free version in jupyter notebook?
@FarisHijazi
Copy link

I have this issue as well

simple way to reproduce is to run this jupyter cell twice:

%%pixie_debugger
print('hi')

basically the second run will clear the output making it impossible to press the stop button

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