Happy Shrimp
http://blog.csdn.net/lights_joy/
Welcome reprint, but please keep the author information
vs ctrl+f5 You can run without debugging, but the environment variables it runs can still be passed to the application, in our debug scenario we use a Remoteconsole stub program
in the debug state, Embedlinux The debug engine opens an automatically selected service port when you start debugging, and then passes the port number through the environment variable to the Remoteconsole .
in the case of direct operation,Remoteconsolewill be determined byVSautomatic loading, there is no server because there is no debug engine ,RemoteconsoleYou can skip the debugging process, load the application directly, and then react to the output of the application toConsoleon the CAN,Consolethe input is also passed directly to the remote application.
After such processing, the operation is not debugged:
Get!
??
Application of Vs2013 in Linux development: Ctrl + F5 Support