Viewing the Tools/Run menu Follow
I've been out of IntelliJ for a while and am now trying to locate where my system.out stuff is going. I've seen references to the "Run" tool menu but that isn't available in my configuration, at least via the View/Tools menu. The associated shortcut key doesn't do anything either. I have my configuration set to "Show console" for output/error streams. Nothing in the Terminal or Server log windows from system.out. Suggestions appreciated.
IntelliJ IDEA 2019.3 (Ultimate Edition)
Build #IU-193.5233.102, built on November 27, 2019
Licensed to Mayo Foundation / Al Spohn
You have a perpetual fallback license for this version
Subscription is active until November 30, 2021
Runtime version: 11.0.4+10-b520.11 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Registry:
Non-Bundled Plugins:
Please sign in to leave a comment.
Try checking services tool window:
No system.out info via the Services tool window, either. I don't recall ever having to coax the system.out output before with this app - it was readily available via on of the console windows, I don't recall which. I decided to step through to one of the system.out calls, but
Are you sure there is a system output in your program? May you share the project sample where it could be reproduced?
My mistake - I was calling the external version of a web service as opposed to my local instance. Sorry for the confusion!