Search notes:
Visual Studio Code: Help -> Toggle Developer Tools
The
keyboard shortcut
for
Help -> Toggle Developer Tools
is
ctrl+shift+i
.
View output of console calls
When Developer Tools are on, the output of the
console
calls such as
debug()
,
info()
,
log()
,
warn()
,
trace()
can be seen.
Index