Jpm run with profile and logging

When I do jpm run with a profile the terminal(cmd) gets bloated with debug information and my console.log statements does not get printed, which makes debugging hard. I tried -jsconsole, but the console.log didn’t show there either. So where can I read console.log in my code when I run jpm with a profile?

1 Like

See MDN.

I have the same problem.

jpm run

works

jpm run -p addontest

console stucks and no console.log() is shown