When debugging a project of type `HTML Application with TypeScript`, the Locals windows of debugger shows variables such as this, arguments, scope chain and global. This is much more usable (and also consistent with C# debugger) than the Node Tools` behaviour where no locals except the explicitly declared variables are shown.
↧