Yes, I'm trying to see my "system.outs"

When I debug my program, in the output window (Ctrl-4), I have two tabs:

TAB NAME: DataServer-IDE (debug-nb)
compile:
Deleting 391 files from C:\Projects\DataServer\bin
Compiling 362 source files to C:\Projects\DataServer\bin
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying 27 files to C:\Projects\DataServer\bin
debug-nb:
BUILD SUCCESSFUL (total time: 6 seconds)

TAB NAME: Debugger Console
Listening on 2426
User program running

Neither of which is my console, which should be displaying heaps of log4j startup info messages and a variety of other stuff. The first tab DataServer-IDE (debug-nb) is the output generated by the ant task that I've setup as the 'debug' target in my freeform project. I'm still suspecting this is due to the fact that I'm running a free form project with an ant script that implements the various IDE tasks (like compile, build, clean, run and debug), but any help will be appreciated!



Mike Morris wrote:


Gavin Hardie wrote:

The debugger in netbeans...
How do I see the console for my application when I'm debugging in Netbeans? (NetBeans5-beta)


Not entirely sure what you mean by "console" - I guess you're wanting the output window(?) - i.e. where your System.out.printlns are going?

Its right there at the (usually/by default) bottom of the screen. If not, "Window menu > output" (Ctrl-4)


Reply via email to