microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 282 forks source link

Easier way to jump to function definitions in debug log. #1979

Closed hediet closed 2 months ago

hediet commented 8 months ago

Currently, it requires 3 expansions to get to [[FunctionLocation]]:

AxJsz6UUvT

Would be nice if that was one click on f.

I think identifying a function with its source location is very natural .

connor4312 commented 2 months ago

We now have this with DAP location references