Where can I find console log of lite-server?

340 views Asked by At

I’m now developing a simple Dapp using Truffle.

When command npm run dev is submitted, the console mode changes as below. screenshot of console

Therefore, even though “console.log(message for debug here)” is written in JavaScript file of Dapp, I cannot receive the log message since console mode has changed to browser sync mode. Does anyone know how or where console log of lite-server can be found?

1

There are 1 answers

0
user46556 On

F12 shows up developer tool including console.