DEV Community

[Comment from a deleted post]
Collapse
 
damjand profile image
Damjan Dimitrov

Open the developer tools in chrome, go to the sources tab, find the file you want to debug, and click on a line number to set a breakpoint for that code line

 
robinkartikeyakhatri profile image
Robin Kartikeya Khatri

Thanks for reply friend. But can you share some articles, videos so that I can learn debugging!