CoverRyan commented on code in PR #1331:
URL: https://github.com/apache/daffodil-vscode/pull/1331#discussion_r2257958807
##########
DEVELOPMENT.md:
##########
@@ -374,6 +375,32 @@ The local Apache Daffodilâ„¢ Extension for Visual Studio
Code downloads and cach
This will start the debug adapter and await a connection from the Apache
Daffodil VS Code Extension (usually on TCP port 4711); and
- debug your schema file, as long as it has the `useExistingServer` setting
above.
+#### Debugging UI Source
+
+After starting an Extension debug window and setting up the Data Editor, open
the Webview Developer Tools with `Ctrl + Shift + P` and type `Developer: Open
Webview Developer Tools`.
+
+
+
+Select the Sources tab in the tool window.
+
+
+
+In the navigation pane on the left, select the file to place breakpoints.
+
+
+
+Place breakpoints by clicking the line number.
+
+
+
+You can then inspect values by either opening the Memory Inspector
Review Comment:
Updated PR to hopefully clarify.
##########
DEVELOPMENT.md:
##########
@@ -374,6 +375,32 @@ The local Apache Daffodilâ„¢ Extension for Visual Studio
Code downloads and cach
This will start the debug adapter and await a connection from the Apache
Daffodil VS Code Extension (usually on TCP port 4711); and
- debug your schema file, as long as it has the `useExistingServer` setting
above.
+#### Debugging UI Source
+
+After starting an Extension debug window and setting up the Data Editor, open
the Webview Developer Tools with `Ctrl + Shift + P` and type `Developer: Open
Webview Developer Tools`.
+
+
+
+Select the Sources tab in the tool window.
+
+
+
+In the navigation pane on the left, select the file to place breakpoints.
+
+
+
+Place breakpoints by clicking the line number.
Review Comment:
Updated PR to hopefully clarify.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]