eclipse-theia/theia

better error reporting when a breakpoint cannot be set

Offen

#7.499 geöffnet am 03.04.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.478 Forks)batch import
bugdapdebughelp wanted

Repository-Metriken

Stars
 (18.676 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 4h) (75 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide