2
edits
(New page: =Windows Mobile Debugging= Debugging XULRunner and Fennec Mobile Browser on Windows Mobile generally requires the use of the Microsoft Visual Studio IDE. This page covers some of the inf...) |
|||
| Line 213: | Line 213: | ||
==Setting Up Debugging of MyBrowser In Emulator== | ==Setting Up Debugging of MyBrowser In Emulator== | ||
You can debug the MyBrowser XULapp from within Visual Studio by using the WinCE shunt Visual Studio Project, and adjusting the deployment device and executable to be run. | *It appears that the Visual Studio Project has been removed recently, so this may not be possible using this method. | ||
You can debug the MyBrowser XULapp from within Visual Studio by using the WinCE shunt Visual Studio Project, and adjusting the deployment device and executable to be run. | |||
1. Open Visual Studio 2005 (Visual Studio 8) Integrated Development Environment (IDE) | 1. Open Visual Studio 2005 (Visual Studio 8) Integrated Development Environment (IDE) | ||
| Line 240: | Line 242: | ||
12. Close the Project Properties dialog box | 12. Close the Project Properties dialog box | ||
==Actual Debugging In Emulator== | ==Actual Debugging In Emulator== | ||
edits