Tagged: debugging
Please leave a comment, ask a question and consider subscribing to the latest posts via RSS or email. Thank you for visiting! Below is a list of entries related to the tag listed above..
My site contains more than just the information below and I'd encourage you to visit the home page to view
current information as well as other items/categories that might be of interest.
There are 2 entries for the tag
debugging
So you got that shiny new Surface device today? I’m sure you spent the first few hours just opening it up, setting your personal experiences to your desire, re-installing and discovering new apps. But you are a developer and now you want to see how your app looks on this great device…Here are some tips to get you quickly started. Setting up the tools One thing to keep in mind is that Surface is NOT a full ‘desktop’ machine and runs on an ARM processor. This means to that you cannot install Visual Studio directly on the...
Suppose you use Firefox as your default web browser and you are a Silverlight developer using Visual Studio. You may have been frustrated at times in being able to get the debugger to attach to your breakpoints. You’ve triple-checked that you are in debug mode, that the Silverlight checkbox is marked in the hosting web application’s property pages and it still is not breaking for you. You stare at the dreaded empty red circle in Visual Studio reading the tooltip of “No debug symbols have been loaded…” a thousand times. But it works in Internet Explorer. I’ve faced...