Does any body have the issue of 2 api calls while debugging in Node.js ?
I usually put a breakpoint at the first line of a function I am debugging. So whenever I am debugging in Node.js in middle of debugging and I took some time, the debugging pointer moves to the start of the function. Which should only happen if a requ...
Join discussion