31i73 / atom-dbg-gdb

An Atom package - A GDB debugger
https://atom.io/packages/dbg-gdb
MIT License
16 stars 10 forks source link

stderr not displayed #5

Closed janosimas closed 8 years ago

janosimas commented 8 years ago

When I run a process the output panel shows the creation and destruction of threads but not the stdout or the stderr.

Could it have tabs? stdout, stderr, threads...

ProPuke commented 8 years ago

What OS are you testing in?

How are your printing to stdout? Is output being flushed?

Tabs are something I'm thinking on..

janosimas commented 8 years ago

I'm using linux ubuntu 14.04

I did some test here and I was not using stdout, I used clog stdout is working fine. stderr isn't showing either.

ProPuke commented 8 years ago

Cheers I'll get that sorted.

Tabs will probably come later, as I wanna work out the best way of doing that for the future. So stdout and stderr will appear together for now.

Note that clog won't appear in the output until it flushes, due to output buffering.