VSCode Chrome Debugger: Cannot watch any variables VSCode Chrome Debugger: Cannot watch any variables typescript typescript

VSCode Chrome Debugger: Cannot watch any variables


you have to set some breakpoints within some function call by double-clicking some line number; hit F5 to start debug mode, only then you can inspect the variables in that context/scope

enter image description here