microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

How can I get mono debugging working macOS Catalina? #62

Closed brian-themaven closed 3 years ago

brian-themaven commented 4 years ago

I know macOS Catalina stopped supporting 32bit applications so will this extension still work? When I try to debug mono nunit tests with this extension, the breakpoints are not working.

akoeplinger commented 3 years ago

I'm using the extension on macOS Catalina without issue, but you need to make sure the mono that gets invoked is the 64bit-one and not the 32bit. How are you running/debugging the nunit tests?

brian-themaven commented 3 years ago

Thanks for your reply! Since we only build 32bit binaries, I can only remote debug into our docker container.

akoeplinger commented 3 years ago

Ok yeah I think in that case you're out of luck given that Catalina doesn't support 32bit processes.