pipe debugging
pipe debugging
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
You can remote connect the debugger to any PB program: http://www.purebasic.com/documentation/ ... ugger.html search for remote debugger
			
			
									
									
						Re: pipe debugging
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).
			
			
									
									
						
