Search

OutputDebugString incorrectly behaves when Debugger Type is Mixed by Tomas Dirvanauskas

Closed
as Fixed Help for as Fixed

2
0
Sign in
to vote
Type: Bug
ID: 772515
Opened: 11/28/2012 6:23:00 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
After applying VisualStudio 2012 Update 1 patch, OutputDebugString started to behave incorrectly with Debugger Type set to Mixed
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

* Create XAML C++ application
* Set Debugger Type to Mixed (Managed And Native)
* Somewhere in the code add these lines OutputDebugStringA("Test\n");
* 'Test' will be outputed twice in the Output window, if the Debugger Type is set to Native OutputDebugStringA behaves normally

But even with Debugger Type 'Mixed', OutputDebugStringA never outputed the message twice in the Output window

Product Language

English

Operating System

Windows 8

Operating System Language

English

Actual results

OutputDebugStringA outputs message twice with DebuggerType 'Mixed'

Expected results

OutputDebugStringA should output message once with DebuggerType 'Mixed'
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 11/30/2012 at 1:52 AM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 11/28/2012 at 6:51 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.