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.

Problems when running code with locals in the debugger

See original GitHub issue

demo.mp4. Only way out I found is a kernel restart. Latest Spyder via conda install.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:29 (29 by maintainers)

github_iconTop GitHub Comments

1reaction
impact27commented, Oct 2, 2020

Maybe it is an issue with ipykernel. Could you try to update it?

0reactions
ccordoba12commented, Oct 28, 2020

Regular for-loop is fine, but comprehension seems broken

That’s a duplicate of issue #13909 and fixed already by @impact27. It’ll be part of 4.2.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tips and tricks in the debugger - Visual Studio (Windows)
If you need to debug the kinds of issues that are common to multithreaded apps, it often helps to view the location of...
Read more >
Find & Fix Code Bugs in Python: Debug With IDLE
In this tutorial, you'll learn how to identify and fix logic errors, or bugs, in your Python code. You'll use the built-in debugging...
Read more >
Debugging VBA, Locating Problems & Troubleshooting Methods
What are some methods of debugging VBA code? Specifically: Stepping through code; Breakpoints and the Stop command; The Debug command; Locals & watch...
Read more >
local windows debugger not running afterwards
When I tried to run and debug my code, it only debugged the code and that's it no run. the button says local...
Read more >
Python debugger not working while normal run does
I had a folder named 'code' in my project. After renaming it, the debugger started working. Very weird. 0.
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