Skip to content

Latest commit

 

History

History

README.md

How to run the labs

Open individual Lab folders in VS Code

Example from .../dotnet directory.

Mac/Linux example

pwd
# .../agent-framework-dev-day/labs/dotnet
cd lab0-hello-world/begin
code .

From there you can edit, debug, etc. When done, go to next.

cd ../../lab1-safety/begin
code .

Onward!

Debugging

Select the Debug tool in VS Code

VS Code Debug tool

Click "Run and Debug" button

Click "Run and Debug" button

Choose "C#" as suggested

Choose C#

Choose Project (second option, here it shows Lab0)

Choose your project

Click Start Debugging

Click Start Debugging

Click in "Gutter" to toggle breakpoints, use toolbar

Click in gutter to toggle breakpoints, use debugging toolbar