02-02 Debugger

1

I cannot find the debugging shortcut but click on the 'Debug' icon, and select the C# option next to the green play button in a C# script.

Debug mode will open the api in a web browser

I think you can hit,
Command + Shift + D
tab to the green play button and press enter

02

We can interact with the data on this site but as we continue we will not

03

To see the data at a specific point, we can use the page in the broswer, or
enter a breakpoint at a point in the Program.cs file.

We can then go back to the site, click "execute" then return to the script to see the data in debug.

**We will learn more about this later.

04

We can monitor values in debug mode by right clicking and adding it to watch

05

To prevent the debugger from opening in broswer evertime. Go to the Solutions Explore view and select the launchSetting.json folder under Properties

Change the launchBrowser key value to FALSE