[wingide-users] Sending keystrokes to an app being debugged
Wingware Support
support at wingware.com
Tue Mar 21 16:37:21 EST 2006
On Tue, 21 Mar 2006, Russell Warren wrote:
> Is there any way to do this in the IDE itself (ie: not setting up an External console)?
If you're calling input() or raw_input() or reading on stdin,
Wing should redirect that to the Debug I/O tool so you can
enter key strokes there.
However, you may need to use a console if it's not line oriented
I/O (I'm not sure now) and certainly if you use something like
curses.
Stephan Deibel
--
Wingware
Wing IDE for Python
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list