programming:qt:how_to_debug_qml

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

programming:qt:how_to_debug_qml [2020-03-09 11:48] (現在)
Decomo 作成
行 1: 行 1:
 +====== Qt/QMLのデバッグ方法 ======
 +
 +以下の環境変数を設定すると、QMLのJavaScriptエンジンの挙動を制御することができる。
 +
 +|QV4_SHOW_IR| |
 +|QV4_SHOW_ASM| |
 +|QV4_FORCE_INTERPRETER|QMLのJavaScriptエンジンのJITコンパイルを無効にする。|
 +
 +===== 参考サイト =====
 +
 +  * [[https://doc.qt.io/qtcreator/creator-debugging-qml.html|Debugging Qt Quick Projects | Qt Creator Manual]]
 +  * [[https://wiki.qt.io/V4|V4 - Qt Wiki]]
  
  • programming/qt/how_to_debug_qml.txt
  • 最終更新: 2020-03-09 11:48
  • by Decomo