Live Expression - Chrome Dev Tools

1 min read  •  04 Dec 2021
Views:

todo-app


Here is a simple todo app to demonstrate the purpose of live expression. You can view it here


Suppose if you want to check an expression value in real-time. You can use this feature in the developer tools.


live-expression


Steps to create live expression

  • Open Console in developer tools
  • Click eye icon
    live-expression-icon
  • Enter your expression

Your expression will be pinned to top, and you can continue debugging. You can create multiple such live expressions by clicking on the same eye icon.