Chrome, Edge, Opera
In Sources > Right click on the line number and select "Add logpoint..." > Input the log statement to print in the Console without actually writing
console.log
statements.
Firefox
In Debugger > Right click on the line number and select "Add log" > Input the log statement to print in the Console without actually writing
console.log
statements.