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

Debugging Azure Functions on Apple Silicon M1 Fails to Start #1780

Closed
ilushka85 opened this issue Nov 19, 2020 · 2 comments
Closed

Debugging Azure Functions on Apple Silicon M1 Fails to Start #1780

ilushka85 opened this issue Nov 19, 2020 · 2 comments

Comments

@ilushka85
Copy link

ilushka85 commented Nov 19, 2020

When using Apple Silicon m1 Processor starting a debug session in Rider or Visual Studio for Mac hangs at the following console output:

Visual Studio for Mac:

Loaded '/usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

JetBrains Rider:

/Applications/Rider.app/Contents/lib/ReSharperHost/macos-x64/dotnet/dotnet exec /Applications/Rider.app/Contents/lib/ReSharperHost/JetBrains.Debugger.Worker.exe --mode=client --frontend-port=52885 --plugins=/Applications/Rider.app/Contents/plugins/rider-unity/dotnetDebuggerWorker

Loaded application domain 'DefaultDomain (id 1)'
Loaded Assembly '/Library/Application Support/AzureFunctions/System.Private.CoreLib.dll'
Loading module /Library/Application Support/AzureFunctions/System.Private.CoreLib.dll in application domain 1:DefaultDomain
Pdb file for assembly /Library/Application Support/AzureFunctions/System.Private.CoreLib.dll was not found or failed to read

Running without debugging works normally, but debugging is not currently possible because of this.

@anthonychu
Copy link
Member

Are you able to create and debug an ASP.NET Core app with VS for Mac? Just want to understand if the problem is specifically with debugging function apps.

@anthonychu
Copy link
Member

Closing in favor of Azure/azure-functions-core-tools#2303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants