|
|
Browse by Tags
All Tags » Visual Studio » Debugging (RSS)
-
Here is a cool way to debug CompactFramework applications without using an emulator:
Whenever you build a CF app, the .exe get's created on your desktop in /bin/Debug/ (assuming that's your setting).
You can also directly start CF applications from there. They will run as a Winforms app, with a small screen.
When you have such an app ...
|
|
|