How can I make the println's show up while steppin...
# getting-started
r
How can I make the println's show up while stepping through a debugger.
j
Not sure what you mean. Do you want to look at the console output while debugging? In IntelliJ there is a
Console
tab next to the debugging tab to look at the output. If you're debugging via other tools, probably wherever you started the process, the output is printed somewhere
1