question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make error output collapsed by default (Was: Ugly output when clicking `Stop Cell Execution`)

See original GitHub issue

Testing https://github.com/microsoft/vscode/issues/133905

  1. Put a breakpoint
  2. Start debugging
  3. Click the stop button Stop Cell Execution

The cell output will contain a pretty large scary KeyboardInterrupt message.

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
roblourenscommented, Sep 30, 2021

Meaning just collapse the output container? @DavidKutu I don’t see how that fixes #7696

This would be true for ANY error that has a callstack.

I think errors coming from my code are pretty relevant, but an error from an interrupt is not very interesting

0reactions
roblourenscommented, Dec 8, 2022

Like I think that just using a shorter line limit for this particular error would help, so the library frames get truncated off the end, but not sure where that logic would happen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter Notebook: command for hide the output of a cell?
In the newer versions(5.0.0 at the time I'm writing this), pressing o in the command mode hides the output of the cell in...
Read more >
Make output to web browser — PyWebIO 1.4.0 documentation
The output function will output the content to the “current scope” by default, and the “current scope” for the runtime context can be...
Read more >
Jupyter Notebook Documentation
When a code cell is executed, code that it contains is sent to the kernel associated with the notebook. The results that.
Read more >
Jupyter Notebook
Notebook documents contain the inputs and outputs of an interactive session as well as narrative text that accompanies the code but is not...
Read more >
PySimpleGUI
Create windows that look and operate identically to those created directly with tkinter, Qt, WxPython, and Remi. Requires 1/2 to 1/10th the amount...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found