devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Expanding closures does not work

Open grouma opened this issue 6 years ago • 0 comments

Make a simple closure and assign it to a variable, e.g: var foo = () {}; If you pause the debugger and inspect the variables the closure is displayed. However, if you attempt to expand the variable nothing happens. Doing the same in VS Code will actually show useful details.

grouma avatar Aug 23 '19 23:08 grouma