HaxeFoundation / HaxeFoundation/hxcpp-debugger
Threads handling
- 主要语言
- 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?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by tracing the command handling for `threads`, `thread`, and `continue`, along with the existing command documentation. Determine whether execution is scoped to the current thread or all threads, add the requested thread listing if appropriate, and update the documentation so the behavior and way to resume all threads are explicit.
由索引模型根据 Issue 内容生成。
评估
- 领域
- cli, devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 28/100