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] Unable to debug on simulators or physical devices after latest update #1252

Closed
BrandanN21 opened this issue Jun 28, 2024 · 5 comments
Closed
Assignees
Labels
area-maui bug Something isn't working triaged The issue has been triaged

Comments

@BrandanN21
Copy link

Describe the Issue

After the latest update on June 26th 2024 our team can no longer debug on any iOS simulators or devices.

With VS for Mac going end of life here shortly it is vital that the MAUI extension is stable!

Steps To Reproduce

Debug against iOS simulator or Physical device.

Expected Behavior

We should be able to debug against simulators or physical devices.

Environment Information

MacOS.

@BrandanN21 BrandanN21 added the bug Something isn't working label Jun 28, 2024
@AbhitejJohn
Copy link

Tagging @AllenD-MSFT. This seems blocking.

@mauroa mauroa self-assigned this Jul 1, 2024
@mauroa mauroa added the needs-more-info Needing more information, waiting on OP label Jul 1, 2024
@mauroa
Copy link
Member

mauroa commented Jul 1, 2024

Hi @BrandanN21.

Could you give us more info about your case?
Are you getting the app built, deployed and launched but no breakpoints are hit? Are you having errors before the debug session is started?

If you could also please share the content of the .NET MAUI output, debug output and build output, it would be helpful as well to understand what's happening with your environment.

One final question, is this problem reproducible with any MAUI app?

One more thing, please ensure that you also have the latest C# pre-release version installed, since most of the debug engine lives in there and there have been fixes around it that are required by the .NET MAUI extension.

@mauroa mauroa added the triaged The issue has been triaged label Jul 1, 2024
@BrandanN21
Copy link
Author

@mauroa

Thanks for the reply, yes we are able to get the app built and deployed to our physical devices and simulators, but it fails to launch and connect debugging on both simulators and physical devices.

We do not get any errors in terms of bugs, I will grab the output - but it consistently shows an exiting early due to double fault. When we use VS for Mac there are no issues at all.

I will spin up a MAUI sandbox app to work to reproduce this on a sample app to help eliminate the potential of something else being the issue.

In my environment I am not using a pre-release version of the c# extension. I will circle back with my team and gather output from them, ensure they are using pre-release version of the c# extension and get back to you.

Thanks!

@github-actions github-actions bot removed the needs-more-info Needing more information, waiting on OP label Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

@mauroa, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

@BrandanN21
Copy link
Author

After digging into this issue more we can reproduce it in other IDE's as well. We were able to narrow down that it is outputting some proxy errors specifically only when debugging the application. We have reached out to the proper channels to see if there was something that has changed in our vpn.

Closing this issue and will re-open a new one if we still have trouble after we get that resolved.

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 triaged The issue has been triaged
3 participants