-
-
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
Debug toolbar is enabled for non-Python files (e.g.: .trp) #19920
Comments
Hi @dan123456-eng thank you for the feedback! Spyder only supports debugging Python so that's way the button is grayed out for non-python files. I'm not totally sure if there is something we can do about that but just in case pinging @ccordoba12 and @impact27 (maybe they could give a better explanation fo this behavior) |
Yeah, that's basically the reason.
Well, we could try to support the Debug adapter protocol for other languages, but I don't think our own Python debugger would work well with it. In any case, this is not in our roadmap for the future. @dan123456-eng, could you explain why you'd like to see this functionality in Spyder? |
hi @dalthviz, @ccordoba12 and @impact27 thanks for feedbeck! At the moment this functionality is not so necessary. I'm going to discuss it with our project people here. I will talk to the person dedicated to external languages about the Debug adapter protocol for other languages and update this issue. At the moment I'm learning about it. |
Wonderful, very good. |
Hello @ccordoba12 sorry! Buttons are not enabled for external languages here. I asked if it would be strange if the buttons only enabled but did not debug for external languages. |
You're right, that's strange and it's actually a user interface bug. However, since it's already fixed and the fix will be part of Spyder 6, I don't know if it's ok for you to close this issue. |
hello @ccordoba12 can close the issue. thank you so much for the dedication. |
Closing then. Thanks a lot also for your interest and contributions to make Spyder better. |
Problem Description
Python files:
Other files:
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
The text was updated successfully, but these errors were encountered: