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 合併指標
 (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.

貢獻者指南