スレッドの表示
アプリケーションには、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.