Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] To capture output from Command Prompt in a debug session

Hi 
 
	As we know we can start the tracing of eclipse as follows :

		eclipse -debug "file:\path\abcd.txt"

	where abcd.txt has an entry as follows :
		 org.eclipse.cdt.debug.mi/debug=true 

	I am seeing the tracing in command prompt on Windows. But I am not able to redirect it to a file. I tried redirecting using
>> xyz.txt. But that does *not* help.

	Any pointers ?

Thanks,
Bala 
    




Back to the top