在MS Teams Tab应用程序中检查开发人员控制台

发布于 2025-02-08 03:33:39 字数 153 浏览 2 评论 0原文

我创建了一个个人选项卡应用程序,并在MS团队上部署了相同的功能。 事情正常工作,但是在1个时间阶段,我的应用程序返回到subtest.json文件中定义的原始“ contenturl”页面。 这可能是我的前端代码的问题,因此我想了解如何调试前端开发人员控制台以检查我的应用程序是否有任何错误?

I have created a personal Tabs app and deployed the same on MS teams.
Things are working as expected, but at 1 stage of time, my application goes back to the original "contentUrl" page as defined in the manifest.json file.
This might be an issue with my frontend code, so i wanted to understand how can we debug the frontend developer console to check if there's any error being thrown from my application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

時窥 2025-02-15 03:33:39

弄清楚发生了什么的唯一方法是使用DevTools。要在桌面客户端中使用DevTools,必须:

确保已启用了开发人员预览。

  1. 打开一个标签,以便您可以使用DevTools检查一些东西。
  2. 打开DevTools以下方式之一:
  3. 在Windows上,您可以通过Microsoft Teams图标打开DevTools
    桌面托盘。

以下示例显示了开放式DevTools并检查选项卡配置对话框:

ref doc- https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools-tools

The only way to figure out what is going on is to use the DevTools. To use DevTools in the desktop client, you must:

Ensure you have enabled developer preview.

  1. Open up a tab so you have something to inspect with the DevTools.
  2. Open the DevTools one of the following ways:
  3. On Windows, you open DevTools via the Microsoft Teams icon in the
    desktop tray.

The following example shows DevTools open and inspecting a tab configuration dialog:
enter image description here

Ref Doc-https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文