Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Running the contributed command: 'nodebook.toggleDebugging' failed. #7

Open
chrisdias opened this issue Mar 23, 2021 · 2 comments
Open

Comments

@chrisdias
Copy link
Member

chrisdias commented Mar 23, 2021

Following the readme steps, when clicking on "Toggle Debugging" icon in the toolbar, this error is thrown:

image

debugging it a bit, it fails somewhere around here

return undefined;

@nurmohammed840
Copy link

In my case,

  • code execution no working.
  • Debugging not work
  • Toggle Debugging ( command not working )
  • Restart Kernel ( command not working )

Nothing worked : (

@nurmohammed840
Copy link

nurmohammed840 commented Apr 1, 2021

Actually, the error is located at here

key => document.cells.some(cell => cell.uri.toString() === key) || (key === docKey),

And the error is:

TypeError: Cannot read property 'toString' of undefined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants