eclipse-theia/theia

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

Open

#8792 aperta il 27 nov 2020

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)TypeScript (2478 fork)batch import
dapdebughelp wantedvscode

Metriche repository

Star
 (18.676 star)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

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

Guida contributor