Azure Data Studio DebugThis extension forms the Azure Data Studio extension debugging experience. Release Notes1.4Updated to latest debugger code to allow debugging newer versions of Azure Data Studio. 1.2Renamed the extension to Azure Data Studio Debug, matching the rename of Azure Data Studio (previously known as SQL Operations Studio). 1.0.2Fixed issue where use of the Building and debugging an extensionPrerequisitesTo develop an extension you need Node.js installed and available in your Install the extension generatorInstall Yeoman and the Azure Data Studio Extension generator from the command prompt:
Run yo azuredatastudioThe Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information. To launch the generator, type the following in a command prompt:
Generate a new extensionPick the Debug your extension
You can now add breakpoints to your code and debug as needed. Next stepsTake a look at the extension samples for examples of the type of extension points added to Azure Data Studio. Also look at the VSCode Extensibility Reference - most of the extension points will work, with the exclusion of the debug namespace. Contact the team on gitter or via our issues page if you have questions on adding extensions. See a general overview of debugging in VS Code here. LicenseCopyright (c) Microsoft. All rights reserved. Licensed under the MIT License. |