pipe debugging

Just starting out? Need help? Post your questions and find answers here.
fizban
User
User
Posts: 31
Joined: Thu Sep 20, 2007 7:36 am
Location: Spain

pipe debugging

Post by fizban »

How can I run the debugger when a program takes its input from a pipe (ReadConsoleData) connected to another program or when a program sends its output to a pipe (WriteConsoleData) also connected to another program?
Fred
Administrator
Administrator
Posts: 18357
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: pipe debugging

Post by Fred »

You can remote connect the debugger to any PB program: http://www.purebasic.com/documentation/ ... ugger.html search for remote debugger
fizban
User
User
Posts: 31
Joined: Thu Sep 20, 2007 7:36 am
Location: Spain

Re: pipe debugging

Post by fizban »

Thank you, Fred. I have managed to connect to the debugger window, but the program stays open waiting for input from stdin, disregarding the way it was actually called (using a pipe).
Post Reply