Problem
I can't debug or inspect console logs on my outlook add-in while developing on my mac.
What I've tried
According to other questions (How to debug office add-in for mac?, debug office 365 taskpane app on Mac?), one of the following should work:
- the Safari Web Inspector (this unfortunately doesn't work for me, I've asked about this on MS'Q&A Forum here)
- the VSCode Debugger extension (this doesn't work for me either, I've filed a GH issue about this with a reproduction repository attached)
- downloading a non-app store build as suggested here
I haven't tried VorlonJS because it seems overly complicated and I'd ideally not resort to a third-party plugin.