Hi! Maybe your issue is related with this one https://github.com/spyder-ide/spyder/issues/17523 I would suggest you to try to install the latest Spyder version available (Spyder 5.3.0 at the moment). For that you will need to use the conda-forge channel (create a new conda environment using only conda-forge packages) or our Windows installer (available at https://github.com/spyder-ide/spyder/releases/latest).
If seems like the linked issue covers what you are experiencing and you have any other info please post it there. Best regards, Daniel El lunes, 7 de marzo de 2022 a las 11:58:38 UTC-5, [email protected] escribió: > Hi everyone, I'm a new user on a Windows 10 machine, using Anaconda. I've > updated Spyder to the 5.1.5 version (the highest available on Anaconda) and > I cannot get the debugger to work at all. > > I have made a trivial program and set breakpoints, and can run it to > completion. However when I hit debug, it stops at the first non-comment > line and I cannot advance by any means, including any buttons. > > When I first encountered this problem Anaconda had installed Spyder 4.0.1: > In this version I got IPdb prompts in the debugger and could manually type > "next", even though all the UI buttons in the actual Spyder program were > nonfunctional. On googling found that issues were fixed later. So I updated > to 5.1.5. > > In 5.1.5 there is no IPdb line at all, and attempts to stop the process > display > "--KeyboardInterrupt-- > For copying text while debugging, use Ctrl+Shift+C" > > In the debug console, but they don't actually stop the debugger! The > kernel seems completely stuck, and no program can run until I close the > kernel and open a new one. There is no other way to exit the debugger. > > I've spent a few hours reading old threads, updating, restarting the > machine, and trying to figure out what the heck to do, so any help would be > appreciated! Attached below is the trivial program and what the debugger > looks like. > > [image: SpyderDebug.png] > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/8ad07228-1eb0-4137-82f2-0c9eab162a49n%40googlegroups.com.
