(Eclipse) Stupid Debugger Console Output

N

nobrow

Why does god damn Eclipse not send any output to the console in debug
mode until termination of the program? What fecking use is that to
anyone???

Is there a way to fix this? Im writing to System.err so the stream
should be auto-flushing.
 
J

Jason Cavett

Why does god damn Eclipse not send any output to the console in debug
mode until termination of the program? What fecking use is that to
anyone???

Is there a way to fix this? Im writing to System.err so the stream
should be auto-flushing.

Whenever I've used Eclipse in debug mode, it always writes out to the
console as soon as it hits the line the actually does the output
(System.err, System.out, etc.). This may be a dumb question, but are
you actually reaching the line that is writing the output?
 
N

nobrow

Hi,

Yes, Im stepping into and over the lines that do the output ... they
just refuse to send anything to screen until termination.

Finding the same thing using JDB from the commandline. Maybe Im
missing a JDB option or something, or perhaps its JDK related. Using
Sun 1.6 presently.
 
H

Hendrik Maryns

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

(e-mail address removed) schreef:
Hi,

Yes, Im stepping into and over the lines that do the output ... they
just refuse to send anything to screen until termination.

Finding the same thing using JDB from the commandline. Maybe Im
missing a JDB option or something, or perhaps its JDK related. Using
Sun 1.6 presently.

Please do not top-post.

How about you give us some code and show exactly where it is you think
output should appear on the console but it does not?

H.
- --
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFF7FFTe+7xMGD3itQRAu1cAJ416KTMMcNte1UxP7AO5Z0kEPZoZgCfUoq1
mdgAliTXDDfXG0uzJyiLN1M=
=DVgZ
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top