You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Autodev-vscode React页面代码调试
1.在vscode的插件宿主进程中打开开发者工具如图

按快捷键Ctrl+Shift+P打开命令输入栏,输入:

Developer:OpenWebView Developer Toos,如下图
在WebView开发人员工具中的控制台中寻找Log日志,建议Log日志输出带上特殊前缀,以便于使用控制台日志过滤选项,屏蔽其他干扰调试的日志,例外,Ts插件层的输出也会出现在这个控制台日志中可以通过不同的前缀来区分ts插件层和React页面层的Log日志
