Skip to content

hashseed/seamless-debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seamless debugging

Preparations

Start server:

node --inspect index.js

Note: you might need to free up the port

fuser -k 8080/tcp

Demo instructions

  • Point Chrome to the server at localhost:8080
  • Open DevTools (A).
  • Click on the Node.js icon to open a second DevTools (B) instance.
  • Reload the page.
  • Set a break point on the first line of CaseRequest.
  • Click on a button to send request.
  • Step in DevTools (A) until the fetch request.
  • Observe switch to DevTools (B).
  • Step a bit in server code.
  • Continue execution.
  • Observe switch back to DevTools (A).
  • Step a bit more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published