devtools
devtools copied to clipboard
Expanding closures does not work
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.