eclipse-theia/theia

better error reporting when a breakpoint cannot be set

开放

#7,499 创建于 2020年4月3日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
bugdapdebughelp wanted

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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.

贡献者指南