Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

debbuger

CameraCaptureTask debugging

During application development very often developers need to check how application works. Sometimes only running application on phone is needed, sometimes developer needs to check code line by line in Visual Studio in debug session. In very rare scenarios, some problems can occur, that makes testing difficulty. I think that normal Windows Phone user gets used to that after connecting phone to computer by USB some features are being disabled. User cannot browse the Marketplace, take pictures, shoot movies, etc. The same restrictions apply to the software developer who wants to check how his application works. […]

By |2012-06-25T22:23:27+02:0025 June 2012 |Categories: Software development|Tags: , , , , |0 Comments

Debugging Visual Studio

Today I will try to describe the technique used rarely to find bugs. It involves the use of second instance Visual Studio to find errors in the first. Looking at the last sentence, you can begin to think about how to look for errors in Visual Studio can help you find bugs in our program. It should be realized, that really Visual Studio incorporates our code. And our goal is to trace the activities of this code. […]

By |2012-06-15T18:21:54+02:002 November 2011 |Categories: Software development|Tags: , , , |2 Comments
Go to Top