Make Debug Console REPL have different Requests & Request response settings
Chưa có ai nhận issue này.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
Right now, any input into the debug console that's handled by the debug adapter, triggers an entire new update chain. This should be customizable.
If a debug adapter is viewing a large scope, and a debugger "power user" want's to input something into the debug console, for whatever reason, perhaps access/perform commands that can't / shouldn't be / isn't suitable to be shown in the UI, it will trigger an update chain - re-requesting all the data that is displayed, which can be quite a bit. This is a burden for the end-user, as they will have to remember to "close" all scopes before entering any input.
Solution:
Make the requests the debug console handles (evaluateRequest) customizable by being able to set a field on the response object "doNotUpdate" or something like that. I think you're getting what I am aiming for here.
- Ngôn ngữ chính
- HTML
- Star
- 1.8k
- Fork
- 173
- Merge trung bình
- 7 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 2
Chuẩn bị môi trường
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của microsoft/debug-adapter-protocol
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
microsoft/debug-adapter-protocol#633 · 1 bình luận ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 42/100
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
microsoft/debug-adapter-protocol#599 · 8 reaction ·
-
under-discussion
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 48/100
microsoft/debug-adapter-protocol#596 · 9 bình luận ·