Application of Vs2012 in Linux development (15): Add available Debuggers

Source: Internet
Author: User

Happy Shrimp

http://blog.csdn.net/lights_joy/

Welcome reprint, but please keep the author information


in the VS The debugger that is available for this project is listed in the Debug Properties page:



first to MSBUILD directory to find the parameters of this page, it is easy to reap:


C:\Program Files (x86) \msbuild\microsoft.cpp\v4.0\v110\2052\debugger_remote_windows.xml (3): <rulename= " Windowsremotedebugger "Displayname="RemoteWindowsDebugger" pagetemplate=" Debugger "description= "RemoteWindowsDebugger Options"xmlns=" > "Http://schemas.microsoft.com/build/2009/properties "


Here is a reference to:


C:\Program Files (x86) \msbuild\microsoft.cpp\v4.0\v110\platforms\linux\platformtoolsets\v110\ Microsoft.Cpp.Linux.v110.targets (+): <desktopdebuggerpages include= "$ (vctargetspath) $ (LangID) \ Debugger_remote_windows.xml "/>


Replace this with the following:


<desktopdebuggerpagesInclude= "$ (vctargetspath) $ ( LangID) \debugger_local_windows.xml"/>


The debugger becomes:



But this happens when you start debugging:


this at least means that the configuration of the debugger is already in effect. !





Application of Vs2012 in Linux development (15): Add available Debuggers

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.