Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to disable mudflap console redirection?: (5 Items)
   
How to disable mudflap console redirection?  
I enabled mudflap to test my application and then disabled it.  Now, when I debug my application, I get the following 
message on the console screen:

[Console output redirected to file:...\output.mudflap]

How do I disable this redirection?
Re: How to disable mudflap console redirection?  
Go to common tab, and it switch Redirect console output radio button

On 08/03/2011 04:00 PM, Robert Murrell wrote:
> I enabled mudflap to test my application and then disabled it.  Now, when I debug my application, I get the following 
message on the console screen:
> 
> [Console output redirected to file:...\output.mudflap]
> 
> How do I disable this redirection?
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87796
> 
Re: How to disable mudflap console redirection?  
Thank you for responding.  I can't find the "Common" tab in the IDE.  How do I find the "common" tab?
Re: How to disable mudflap console redirection?  
In Launch Configuration (i.e. you created launch configuration for your app run or debug)

On 08/11/2011 08:43 AM, Robert Murrell wrote:
> Thank you for responding.  I can't find the "Common" tab in the IDE.  How do I find the "common" tab?
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88005
> 
Re: How to disable mudflap console redirection?  
Thank you Elena, that fixed it.