Theia: DebugAdapterTracker-onDidSendMessage(): theia sends string, vscode sends object

Created on 1 Apr 2020  路  3Comments  路  Source: eclipse-theia/theia

Description

It seems that theia sends string to method onDidSendMessage() in DebugAdapterTracker comparing to vscode that sends object.

Reproduction Steps

Debug onDidSendMessage() implementation of DebugAdapterTracker in theia and in vscode.

OS and Theia version:
OS: ubuntu wsl 18.04 in windows 10
Theia version: @theia/example-browser 0.16.0

Diagnostics:
Theia sends json string, vscode sends json object.

bug debug help wanted vscode

Most helpful comment

@tomascechatbroadcomcom what did cause this issue and what was the fault? Could you please tell what extension failed and what errors were printed or any other wrong behaviour?

I've updated my sample extension: https://github.com/ishche/vscode-samples-extension/releases/tag/0.0.2 or https://marketplace.visualstudio.com/items?itemName=x0a.vscode-samples-extension

Steps to reproduce:

  1. Run the command: "Example: Track DAP message"
  2. Start any debug session
    Expected: Info message with Type: object
    Actual: Info message with Type: string

All 3 comments

@tomascechatbroadcomcom what did cause this issue and what was the fault? Could you please tell what extension failed and what errors were printed or any other wrong behaviour?

@tomascechatbroadcomcom what did cause this issue and what was the fault? Could you please tell what extension failed and what errors were printed or any other wrong behaviour?

I've updated my sample extension: https://github.com/ishche/vscode-samples-extension/releases/tag/0.0.2 or https://marketplace.visualstudio.com/items?itemName=x0a.vscode-samples-extension

Steps to reproduce:

  1. Run the command: "Example: Track DAP message"
  2. Start any debug session
    Expected: Info message with Type: object
    Actual: Info message with Type: string

Thank you! Will test

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeanlucburot picture jeanlucburot  路  3Comments

pwFoo picture pwFoo  路  3Comments

akosyakov picture akosyakov  路  3Comments

Beetix picture Beetix  路  3Comments

akosyakov picture akosyakov  路  3Comments