Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > (Eclipse) Stupid Debugger Console Output

Reply
Thread Tools

(Eclipse) Stupid Debugger Console Output

 
 
nobrow@gmail.com
Guest
Posts: n/a
 
      03-05-2007
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.

 
Reply With Quote
 
 
 
 
Jason Cavett
Guest
Posts: n/a
 
      03-05-2007
On Mar 5, 10:11 am, nob...@gmail.com wrote:
> 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?

 
Reply With Quote
 
 
 
 
nobrow@gmail.com
Guest
Posts: n/a
 
      03-05-2007
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.

On Mar 5, 3:26 pm, "Jason Cavett" <jason.cav...@gmail.com> wrote:
> On Mar 5, 10:11 am, nob...@gmail.com wrote:
>
> > 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?



 
Reply With Quote
 
Hendrik Maryns
Guest
Posts: n/a
 
      03-05-2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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.
>
> On Mar 5, 3:26 pm, "Jason Cavett" <jason.cav...@gmail.com> wrote:
>> On Mar 5, 10:11 am, nob...@gmail.com wrote:
>>
>>> 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?


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+7xMGD3itQRAu1cAJ416KTMMcNte1UxP7AO5Z 0kEPZoZgCfUoq1
mdgAliTXDDfXG0uzJyiLN1M=
=DVgZ
-----END PGP SIGNATURE-----
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading console output and writing to console jan.rebada@gmail.com C++ 5 03-04-2008 09:00 AM
how to control position of output values on output console pratap C++ 3 07-19-2007 02:38 PM
Neither IE-Debugger or Mozilla/Venkman debugger can step through dynamically added code? Robert Oschler Javascript 1 09-05-2005 07:17 AM
Stupid question. Please, only stupid responders. If you're not sureif you're stupid, you probably aren't. =?ISO-8859-1?Q?R=F4g=EAr?= Computer Support 6 07-18-2005 05:11 AM
stupid stupid stupid kpg MCSE 17 11-26-2004 02:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57