eclipse-theia/theia
Vedi su GitHubVariables request contains filter object that should not be there (in VS Code filer is null)
Open
#8792 aperta il 27 nov 2020
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:
- 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