DEV Community

Discussion on: Debug anything: Editing variables and restarting functions

Collapse
 
emadsaber profile image
emadsaber

Good series, thanks.

I am wondering if i have an html page that contains a javascript code which i need to debug. How can I configure node server to handle that?

Collapse
 
thekarel profile image
Charles Szilagyi

Thanks @emadsaber

If it's just an HTML page, you can open it in Chrome (or Firefox) and use the built-in debugger:

Hope this helps :)