eclipse-theia/theia
better error reporting when a breakpoint cannot be set
オープン
#7,499 opened on 2020/04/03
bugdapdebughelp wanted
Repository metrics
- Stars
- (18,676 個のスター)
- PR merge metrics
- (平均マージ 15d 4h) (30d で 75 merged PRs)
説明
I can see following with debugging https://github.com/TypeFox/leeway project with go vscode extension:
Bug there are better information on returned json response in body.error:
From DAP:
If the value is false, the attribute 'message' contains the error in short form and the 'body' may contain additional information (see 'ErrorResponse.body.error').
I don't think we ever log ErrorResponse.body.error. We should check other places where we handle error responses.