diff --git a/Documentation/api/dap/README.md b/Documentation/api/dap/README.md index 74565d07bc..c75f2d99b6 100644 --- a/Documentation/api/dap/README.md +++ b/Documentation/api/dap/README.md @@ -33,6 +33,7 @@ In addition to the general [DAP spec](https://microsoft.github.io/debug-adapter- stackTraceDepth
showGlobalVariables
showRegisters
+ showPprofLabels
hideSystemGoroutines
goroutineFilters diff --git a/service/dap/command.go b/service/dap/command.go index fb81a06978..0cff856ca0 100644 --- a/service/dap/command.go +++ b/service/dap/command.go @@ -62,7 +62,14 @@ Type "help" followed by the name of a command for more information about it.` dlv config substitutePath -clear Adds or removes a path substitution rule. If -clear is used all substitutePath rules are removed. - See also Documentation/cli/substitutepath.md.` + See also Documentation/cli/substitutepath.md. + + dlv config showPprofLabels