Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
HoloLens Beginner???s Guide

You're reading from   HoloLens Beginner???s Guide Join the AR revolution with HoloLens

Arrow left icon
Product type Paperback
Published in Apr 2017
Publisher Packt
ISBN-13 9781786464729
Length 376 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Jason M. Odom Jason M. Odom
Author Profile Icon Jason M. Odom
Jason M. Odom
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface Welcome to the New World FREE CHAPTER HoloWorld I am in Control User-Friendly Interface Now That Is How It Should Sound Not So Blank Spaces The Tools of the Trade Share What You Have Got Putting It All Together Fixing Problems

Debugging

Once we get our projects to a place where we can run them, we will begin testing the software, looking for errors, and attempting to find solutions to correct these errors. Debugging is the name given to the process of finding and getting rid of the problems in our software. This process can be accomplished in numerous ways, from simple console warnings to using far more elaborate software. We will go over all the options we have with the Visual Studio and Unity setup.

The primary categories of errors that occur can be broken down into the following:

  • Syntax errors: These types of bugs do not affect us in the testing phase because if they occur, we cannot test; the application will not run at all.
  • Logic errors: Infinite loops, index out of range errors.
  • Arithmetic errors: In my mind, this is a subcategory of logic errors. When the math is wrong, the application will behave erratically and it...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime