eclipse-theia/theia

Variables request contains filter object that should not be there (in VS Code filer is null)

Open

#8,792 建立於 2020年11月27日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)TypeScript (18,676 star) (2,478 fork)batch import
dapdebughelp wantedvscode

描述

Bug Description:

Hello, I am working on COBOL Debugger for Mainframe. The issue is that Theia behavior is different from VS Code.

When VS Code does not contain a filter for variables request Thea has is:

6109e05c theia -> adapter: {"seq":20,"type":"request","command":"variables",
"arguments":{"variablesReference":3,"filter":"indexed","start":0}}

The issue is that command contains { "filter":"indexed","start":0 } that VS Code not contans.

Steps to Reproduce:

  1. Update Thea with Cobol Debugger for Mainframe extension
  2. Add breakpoint for Cobol document
  3. Run Thea and Run debugger for Cobol
  4. Open Output
  5. Choose Debug Adapter
  6. Open variables from the left panel
  7. Output contains the command "variables" with the filter parameter

貢獻者指南

Variables request contains filter object that should not be there (in VS Code filer is null) · eclipse-theia/theia#8792 | Good First Issue