be
scanf = require('scanf');
console.log("Input some data");
scanf('%s', data);
consol.log('Data is', data);
While trying to debug that code on VS Code , once executin reaches scanf how am I supposed to input some data ?
Where you run it
Start it from terminal and attach the vs code debugger to it
Обсуждают сегодня