|
From: Cerion Armour-B. <ce...@op...> - 2005-08-02 16:03:24
|
On Monday 01 August 2005 18:33, Dennis Lubert wrote: > > > - ncurses support does not work completely > > > >The stdout/stderr output panes give plain text only. They're envisaged use > > is as debugging aids, not as interactive shells. Perhaps one day, if > > there's enough people wanting this... > > Maybe lots of people just dont use the program because they see they cannot > use it ;) > As a workaround, maybe it can be set so the output of the program can be > redirected to the console the program is started in, so ncurses and ansi > color programs would work as expected. Been having a look at this. I see it's rather more useful than I realised - indeed, some programs won't work at all without a pty (e.g. ssh), even if we supported stdin (not quite there)... We're wondering whether to go the route of providing a terminal within the GUI, or to simply use the same terminal that Valkyrie was started in. This becomes a broader question: Should Valkyrie just be a nice 'display tool' of Valgrind's output, or should it become a full-blown debugging interface? Or somewhere in between? Myself, I still use emacs over kdevelop... But what would you (and others out there?) actually prefer? Cheers, Cerion |