Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Make Debug Console REPL have different Requests & Request response settings

Đang mở
#265 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

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

Mô tả

feature-request

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

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của microsoft/debug-adapter-protocol

Tất cả issue của microsoft/debug-adapter-protocol

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.