This workshop will be retired on May 1, 2025.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Debugging in Visual Studio!
You have completed Debugging in Visual Studio!
We can configure how the debugger behaves when exceptions are thrown.
Just My Code is a setting in Visual Studio that will cause the debugger to step over code that is not yours (e.g. System and Framework code). This allows us to focus on the code that we’ve written instead of being forced to step through all the abstraction layers. This setting will also simplify the output in the Call Stack Window by only showing us entries from our code and collapsing any external code.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up