In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article shows you how to understand VS2005 remote debugging related skills, the content is concise and easy to understand, absolutely can make your eyes bright, through the detailed introduction of this article, I hope you can get something.
Below for VS2005 remote debugging configuration method to introduce to you, today using VS2005 to do remote debugging, found that it is very different from VS2003, so to record it, take it out and everyone here for research and analysis.
You cannot use VS2003's remote debugger VS2005 remote debugging method in VS2005:
(1) remote side: install the VS2005 CD "X:\ vs\ Remote Debugger\ x86\ rdbgsetup.exe". Or run directly or copy the local side: "Program Files\ Microsoft Visual Studio 8\ Common7\ IDE\ Remote Debugger\ x86"
(2) remote side: "Local security policy-security options-network access: sharing and security mode of local accounts" is changed to: classic-local users authenticate with their own identity.
(3) remote side: start Remote Debuger, change the authentication mode from "tools-options" to "No authentication, allow any user to debug" or directly use the command line: "X:\ msvsmon.exe" / noauth / anyuser / nosecuritywarn, you can build a shortcut to facilitate running.
(4) Local: in VS2005, "tools"-"attach to the process", select "remote" for transmission, enter the hostname or IP address of the remote side with qualifier, enter, and finally come out with a lovely process list.
Summary: compared with VS2003, the configuration of 2005 remote debugging is a little more troublesome, but an important improvement is that it can be configured as a service, unlike the tedious manual configuration under 2003.
If the developed computer does not join the domain, but has the account number of a domain. Now you need to get the information about this domain.
If you do not log in to the domain server through windows in advance. Then you have to simulate the account in web.config. Otherwise, an exception will be instantiated (no permission)
Dentity userName= "soft\ Administrator" password= "password" impersonate= "true" / >
So finally, visit the VS2005 remote debug domain server through the network neighbor. This seems to be able to pass the trust of the domain server. Then you can successfully connect in the code. If the computer joins the domain. You don't need this step.
Designed to debug kernels and applications created under PB. The simulator can simulate Windows CE physical platform under PC. But it's really just a user program running at the CPU Ring 3 level. So it runs slower than a normal physical platform. The simulator only supports the x86 platform, and it can only debug the kernel based on "Emulator:x86" and all programs compiled by the x86 instruction set. The simulator has great limitations that allow it to run only simple applications. But the good thing is that most of the operating system's API is the same for any CPU.
Considering simple programs that are not affected by the CPU type, you can debug them on the simulator. In actual development, I only use the simulator to debug the interface of the software. If you want to learn PB and use it to create a kernel without an actual physical platform to debug, then the emulator is perfect.
But the simulator has many limitations, so even if you debug all the kernel features (feature, or components) that can be debugged under the simulator, what you know about VS2005 remote debugging is just the tip of the iceberg. By the way, the amount of knowledge contained in PB and the amount of knowledge in Windows CE itself add up to a vast ocean, which is much larger than the amount of knowledge used to develop software with EVC. So if you only know how to develop a few software in EVC, you are still a freshman majoring in Windows CE.
The above content is how to understand the relevant skills of VS2005 remote debugging. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.