HaxeFoundation / HaxeFoundation/hxcpp-debugger

Threads handling

オープン
#19 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Haxe
スター
49
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

説明

Two things:

1. Is there a way to get a list of all currently running threads? This should probably be a `threads` command.

2. It's a bit confusing to understand what `continue` does in a threaded environment. From the `continue` documentation:

> The continue (or c) command continues threads until the next breakpoint occurs.

From the `thread` documentation:

> The thread command switches the debugger to thread ``, making this thread the current thread. The current thread is the thread which is targeted by the following commands: continue, step, next, finish, where, up, down, frame, print, set

The question is: Does `continue` continue execution of all threads or just the current thread? If it's the latter, how do we get back to an "execute all threads" state?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。