3

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.

p6l-richard
  • 321
  • 2
  • 11

1 Answers1

1

Please run this command in console- defaults write com.microsoft.Outlook OfficeWebAddinDeveloperExtras -bool true This will enable inspect elements options in Add-in