Introduction

Completed

In this module, you'll learn how to debug your application. This process involves setting breakpoints, stepping through your code by using step in and step out functionality, and debugging the base application code.

Visual Studio Code supports attach configurations where you can attach your debugger to an existing session. You'll learn how to configure these attach configurations.

At the end of this module, you'll learn about how to publish and install your extension in a cloud sandbox or a SaaS production environment.