スレッドの表示

アプリケーションは1つのアドレス空間を共有する複数の実行スレッドを持つことができる。しかし、各スレッドには独自のレジスタ、実行スタック、そして場合によってはプライベート・メモリがあります。

マルチスレッド・アプリケーションが中断されると、Threads (1)のビューで、アプリケーションで現在アクティブになっているスレッドを表示し、スレッドを切り替えることができます:

スレッドビュー

デバッガー・ツールバーのThreads フィールド (2) でスレッドを選択することもできます。

これにより、デバッガーのフォーカスにあるスレッドを選択できます。

スタックビューはそれに応じて内容を調整します。

How toも参照してください: デバッグ]、[デバッグ]、[デバッガ] も参照してください。

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.