-
Notifications
You must be signed in to change notification settings - Fork 66
6 修正调试器空白
这个问题的解决方式很简单,但不好发现。
我们查看 Windows 下开发工具的启动命令行:
Caption=wechatdevtools.exe CommandLine="D:\Program Files (x86)\Tencent\微信web开发者工具\wechatdevtools.exe" "D:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw" "-load-extension=C:\Users\jiyec\AppData\Local\微信开发者工具\User Data\xxxxxx\WeappPlugin" "--custom-devtools-frontend=file://C:/Users/jiyec/AppData/Local/%E5%BE%AE%E4%BF%A1%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7/User Data/xxxxxx/WeappPlugin/inspector" "--user-data-dir=C:\Users\jiyec\AppData\Local\微信开发者工具\User Data\xxxxxx" --app-session-id=XzpLGIehps
在 Linux 下仿造:$root_dir/nwjs0531/nw $root_dir/package.nw "-load-extension=$HOME/.config/微信开发者工具/WeappPlugin" "--custom-devtools-frontend=file://$root_dir/package.nw/js/ideplugin/inspector"
为什么 --custom-devtools-frontend
设置目录在 package.nw 目录?
因为配置为数据所在目录发现 wxml 调试功能不显示且调试器颜色不对,原因不详。