-
Notifications
You must be signed in to change notification settings - Fork 5
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
Wine debug in OSX #7
Comments
Anyone out here with OSX? |
Well... me. Send me debug instructions. |
I don't have OSX either, however, this looks like the debugger can't find the file. Have you tried adding the folder to the scripts roots? "scriptRoots": [
"${fileDirname}",
], Though I would not expect it to stop at a breakpoint, if it doesn't know where it is. Another thing that comes to mind is that the paths in print(debug.traceback()) |
In addition, have you tried running your file via tomblinds original version? Does the issue occur there too? |
I'm quite sure it worked about a year ago in the original version, but lots of programs have been changed (like wine) and it did not work anymore with the original version. The debugger does stop in breakpoints correctly, but vscode does not show where the breakpoints are and the variables are not shown when stopped. |
In addition you can have a look into the extension logs: |
There were dependency changes on this repo. Especially on vscode dependencies: for one example. Might this be a reason? Were there changes on vscode regarding wine? |
This looks kinda promising, @stuta: |
I have this launch file and it starts the debugger and stops at breakpoints.
The trouble is that when it stops at the breakpoint it does not show where it stopped and it does not show variables. I tried with VSCode Insiders and the latest stable versions.
I tried with "communication": "pipe" and without pullBreakpointsSupport but they did not affect it, it worked the same way with or without both options.
The text was updated successfully, but these errors were encountered: