From the course: Remote Collaboration for Developers with Microsoft Live Share

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Start a debug session

Start a debug session - Visual Studio Tutorial

From the course: Remote Collaboration for Developers with Microsoft Live Share

Start my 1-month free trial

Start a debug session

- [Instructor] I'll be debugging this console application, Draw Logo, so I've opened up Logo Renderer, and I've added a break point on line 18. Now on Terry's computer, and on all the participants' computer, you'll notice there's also a break point on line 18. Terry has permissions to add her own break points. So let's say she wants to go down here and add one on line 25, so she clicks here. Now she's added a break point. I've got mine on 18. Hers is on line 25. And I can see her break point on line 25. If you hover over this break point, there is no indicator that tells you that Terry added this or any of the other participants. It's just a normal break point, and that means it'll function like a normal break point. So let's start by debugging the application. My console opens. I hit my break point on line 18. Over on Terry's computer, I see some changes in Visual Studio. The first thing to notice is this…

Contents