--- title: WebIDE 錯誤排除 slug: Tools/WebIDE/Troubleshooting translation_of: Archive/WebIDE/Troubleshooting ---
如果您連接了 Firefox OS 裝置,但該裝置沒有出現在 WebIDE 裡,有些事情您可以先試試:
裝置資訊」下的「軟體」查詢。如果您的版本太舊,可考慮依循
developer phone guide 的說明升級。Screen Lock
and unchecking the Lock Screen
checkbox. This is a good idea because when the screen gets locked, the phone connection gets lost, meaning it is no longer available for debugging.adb forward
command?udev
rules file, as documented in step 3 of this guide to setting up an Android device. The idVendor
attribute to use for the Geeksphone is "05c6", and this page lists other idVendor
values.如果您想為認證過的應用程式(包括內建的應用程式)除錯,請參考 debugging certified apps 中的說明。
You can also enable verbose logging to gather diagnostics:
adb
. If the messages don't mean anything to you, ask for help.請上 IRC 的 #devtools 頻道尋求協助。