Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は PyS60 開発に慣れていないので、単純な問題が私を苦しめます。
IDE の目的
実際のデバイス上のデバッグは(まだ)不可能です、私は恐れています。ポップアップノート、audio.say()を使用するか、ログファイルに書き込む必要があります。
個人的には、sys.stdoutとsys.edterrをログファイルに転送し、sys.settrace()とsys.setprofile()を使用します。かなりうまく機能し、実際のアプリのソースコードを変更する必要はありません。すべてをログファイルにダンプし、後で検索します。