eclipse-theia/theia

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

Open

#8792 opened on Nov 27, 2020

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
dapdebughelp wantedvscode

Description

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

Contributor guide