-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
failed to update thread frames during python debugging #7264
Comments
I think we should put d1678ad#diff-bb75a296f1f7fdc09c2d755ef791d61cR229 in the branch of |
@marcdumais-work @marechal-p Could you have a look please? It seems to be caused by the recently merged PR or revert it I would prefer to step back and make a minimal change which does not break it. |
Reproduced on master. Will now confirm if same happens or not before d1678ad |
Confirmed - testing one commit before d1678ad, the call stack frames are displayed after stepping, without having to click on "load more stack frames". I will talk with @marechal-p before reverting, but this looks like we will likely proceed doing this later today. |
@marcdumais-work Can we have a PR to revert d1678ad please? It breaks products which use next version. A proper PR can be reintroduced later. Let me know if you don't have time I will revert it. btw was it a part of last release? We need a bug fix release probably then as well. |
Yes, we'll either have a fix or revert that commit today. |
Indeed it was.
+1 |
From my investigation, it seems that for some reason, the
I wasn't able to make sense of what doesn't happen/what would need to happen to fix that, and I need to focus on other tasks for now. |
Thanks for the investigation @marechal-p - We'll revert the PR for now and do a bugfix release. |
The original PR is reverted - we'll make sure this issue here is no longer present if we bring it back. |
Description
When debugging python file,
![image](https://user-images.githubusercontent.com/7686800/75768643-b0ffb800-5d7f-11ea-835d-c758e4aef557.png)
Call Stack
will show the message ofLoad More Stack Frames
.it will show thread frames only after clicking this message.
Reproduction Steps
1 download vscode python plugin
2 start theia
3 create a simple python file and add a breakpoint
4 debug this python file and click
Step Over
OS and Theia version:
OS: centos 7
Theia: 6d0abe5
Diagnostics:
a regression caused by d1678ad
The text was updated successfully, but these errors were encountered: