Page 1 of 1
					
				pipe debugging
				Posted: Sun Feb 03, 2013 9:51 am
				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?
			 
			
					
				Re: pipe debugging
				Posted: Sun Feb 03, 2013 1:02 pm
				by Fred
				You can remote connect the debugger to any PB program: 
http://www.purebasic.com/documentation/ ... ugger.html search for remote debugger
 
			 
			
					
				Re: pipe debugging
				Posted: Mon Feb 04, 2013 12:10 am
				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).