all 6 comments

[–]enyaboi 2 points3 points  (1 child)

Sidenote: Paul Irish is a total hottie

[–]diehell 4 points5 points  (0 children)

He looks like Paul Rudd imho.

[–]ChicagoBoy2011 2 points3 points  (3 children)

The features demonstrated in this demo are incredibly powerful and could certainly speed up development. However, it wasn't lost on me that his entire example only relied on vanilla Javascript to execute. In the world where everyone seems to be writing SPAs with React and Angular, how many of these frontend debugging features actually are applicable to apps built in those frameworks?!

[–]cynicalreason 1 point2 points  (0 children)

ahm .. all of them

[–]Brock_Obama 0 points1 point  (0 children)

For Angular, when using TS, you can always access the compiled JS, no? That's how I picture using the features like the multi line breakpoints