Skip to content
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

[BUG] iOS debugger broken on version > 0.9.7 #1104

Open
bdidemus opened this issue May 7, 2024 · 3 comments
Open

[BUG] iOS debugger broken on version > 0.9.7 #1104

bdidemus opened this issue May 7, 2024 · 3 comments
Assignees
Labels
area-maui bug Something isn't working needs-more-info Needing more information, waiting on OP

Comments

@bdidemus
Copy link

bdidemus commented May 7, 2024

Describe the Issue

Debugging dotnet-8 ios maui app is broken on .net maui extension versions > 0.9.7
Reverting to 0.9.7 resolves the issue

Debugger crashes and detaches after hitting a breakpoint. Code breaks then debugger detaches and execution continues
Newer preview version hard locks app as soon as debugging start until debugger is manually disconnected

Steps To Reproduce

Run debugger on dotnet-8 ios app using simulator or physical device

Expected Behavior

Debugger should work

Environment Information

macOs 14.4.1
xcode 15.2
iOS 17.2
iphone 15 simulator
iPad 17.4.1

@bdidemus bdidemus added the bug Something isn't working label May 7, 2024
@Arslan007
Copy link

You can try disabling this setting in VS Code and see if this workaround makes your debugging work again?

image

@emaf
Copy link
Member

emaf commented May 10, 2024

@bdidemus could you share the content of the Debug Console and the version of the C# and C# Dev Kit extensions you are using?

@emaf emaf added the needs-more-info Needing more information, waiting on OP label May 10, 2024
@emaf emaf self-assigned this May 10, 2024
@Mirksar
Copy link

Mirksar commented May 29, 2024

You can try disabling this setting in VS Code and see if this workaround makes your debugging work again?

image

I have the same problem, and the workaround fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-maui bug Something isn't working needs-more-info Needing more information, waiting on OP
Projects
None yet
Development

No branches or pull requests

5 participants