eclipse-theia/theia
View on GitHubVariables request contains filter object that should not be there (in VS Code filer is null)
Open
#8792 opened on Nov 27, 2020
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:
- Update Thea with Cobol Debugger for Mainframe extension
- Add breakpoint for Cobol document
- Run Thea and Run debugger for Cobol
- Open Output
- Choose Debug Adapter
- Open variables from the left panel
- Output contains the command "variables" with the filter parameter