-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
SpyderCodeRunner._debugger_exec
error when starting the debugger from Spyder 6.0.1
#22574
Comments
Hey @RobertDL, thanks for reporting. Please post a simple code example that generates this problem along with a video or animated gif that displays the problem in Spyder. Without that, I'm afraid we won't be able to help you because we need a way to reproduce your problem. |
Hey Carlos,
The problem is not related to specific code. It seems to be linked to the upgrade of Spyder.
The problem occurs with any code.
I removed Spyder and reinstalled it, without success.
What I find strange: the icons at the top are different from what I was used to. The debugging seems to be by cell, whereas I was used to stepping through the code. It appears the debugger changed?
I added a small video showing the phenomenon.
Van: Carlos Cordoba ***@***.***>
Verzonden: woensdag 25 september 2024 19:14
Aan: spyder-ide/spyder ***@***.***>
CC: RobertDL ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [spyder-ide/spyder] ERROR WHEN STARTING THE DEBUGGER FROM SPYDER 6.0.1 (Issue #22574)
Hey @RobertDL<https://github.com/RobertDL>, thanks for reporting. Please post a simple code example that generates this problem along with a video or animated gif that displays the problem in Spyder.
Without that, I'm afraid we won't be able to help you because we need a way to reproduce your problem.
-
Reply to this email directly, view it on GitHub<#22574 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALCLQD7YUWTYTGUO5GLH3H3ZYLVNXAVCNFSM6AAAAABO2Z3JSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZUGY4DCMZUGI>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
This is not correct, but I understand the confusion. The buttons in the main toolbar are only used to start the debugger or going into a recursive debugger. And the buttons that control the debugger were moved to the Debugger pane:
Thanks! But you can't send videos or images via email. You need to upload them directly here, Could you upload it again? |
SpyderCodeRunner._debugger_exec
error when starting the debugger from Spyder 6.0.1
Recording.mp4Simple clicking twice on the icon |
The recursive debugger is expected. I fixed it in spyder-ide/spyder-kernels#506 |
Description
What steps will reproduce the problem?
I upgraded to version 6.0.1.
When starting the debugger and continuing the debugging, I get the message TypeError: SpyderCodeRunner._debugger_exec..debug_exec() missing 1 required positional argument: 'loc'
Versions
Dependencies
The text was updated successfully, but these errors were encountered: