Showing results for CPS - Developer Support

Jun 8, 2012
0
0

Update to Visual C++ 2012 Debugger launch extension template

Andrew Arnott
Andrew Arnott

A few days ago I posted about an updated Visual C++ 2012 debugger extensibility project template.  Since then, I realized it had a couple of issues that prevented it from working out of the box.  With those fixed, I also added a demonstration of how to read project properties that aren’t specifically dedicated to debugger support.&...

andarnoC#CPS
Jun 7, 2012
0
0

Enable C++ and Javascript project system tracing

Andrew Arnott
Andrew Arnott

I’ve previously posted on how to enable logging in the C++ project system in Visual Studio 2010.  In Visual Studio 2012 we’ve changed the way the Common Project System (aka “CPS”) emits trace messages so below I introduce an updated xml snippet that works in Visual Studio 2012.  Since CPS is now the project system driving JavaScript as ...

andarnoVisual StudioC#