HaxeFoundation / HaxeFoundation/hxcpp-debugger

Threads handling

Đang mở
#19 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Haxe
Star
49
Fork
16
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.