Console log in Javascript Office Addin

后端 未结 6 2413
生来不讨喜
生来不讨喜 2020-12-15 19:41

I have a question about \"console.log\" in Javascript Web Office Addins. Currently I am working on Javascript Word Addin

6条回答
  •  北海茫月
    2020-12-15 20:21

    I don't know if this option is available on free versions of Visual Studio, but with licensed VS 2015 I solved with a simple window:

    (after starting the project) Debug > Windows > JavaScript Console
    

提交回复
热议问题