inferior_tty has been introduced with pyclewn 1.6. A refactoring change made in pyclewn 1.8 disconnected inferior_tty from the main select loop (unnoticed as there is no test for this feature in the test suite). That explains the problem. I will fix it rapidly and make a new release since it is a major annoyance. Thanks for reporting this.
On Tue, Jun 5, 2012 at 7:48 PM, Brooks, Phil wrote: >> The inferior_tty functionality does not just provide the ability to >> print the debuggee output, it is also the controlling terminal of >> the debuggee so it can process input. > > Having a little python function that would launch the xterm and grab > its tty info and set the controlling terminal within gdb all in one > shot would be very handy if you're up for adding something like > that. Could this be done with the existing netbeans infrastructure? > Yes you are right. The implementation of this command is straightforward (wondering why I did not do it this way in the first place). Xterm may not be available, or the user may prefer using another terminal so this should be defined with another option (default xterm). I will implement it, but probably not before september. Thanks for the suggestion. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
