search

Home  >  Q&A  >  body text

javascript - code runner plugin for vscode

code runner Does the console.log variable need to be used every time when running a code segment?

Is there any other way?

阿神阿神2707 days ago937

reply all(2)I'll reply

  • 滿天的星座

    滿天的星座2017-06-27 09:20:46

    The description of the problem is not very clear..

    console.log is the output information..

    I don’t understand what kind of information the poster wants?

    reply
    0
  • 習慣沉默

    習慣沉默2017-06-27 09:20:46

    code runner just allows you to quickly select a code block and execute it. As for console.log, after your code is written, it will output log information only when it is executed. In addition, I think what you want is actually debugging. You don’t need the console for step-by-step debugging. You can see the different states of the variables.

    reply
    0
  • Cancelreply