rt320 commented on code in PR #174:
URL: https://github.com/apache/daffodil-vscode/pull/174#discussion_r901542041


##########
README.md:
##########
@@ -89,6 +89,21 @@ Once you have either downloaded the VSIX file or created it 
you can now install
 
 Please refer to the Wiki page at https://github.com/apache/daffodil-vscode/wiki
 
+To debug a daffodil schema, choose open a folder from the File menus, then 
select a dfdl.xsd file. Once the file loads in VS Code, then set a desired 
breakpoint.
+![Setting Breakpoints](./images/SetBreakpoint.gif)
+
+To start debugging, click on the debug button on the side panel, then click 
the RUN AND DEBUG button with the dropdown set to Ask for file name.
+![Debugging](./images/StartDebug.gif)
+
+To step through the schema code, use the step over button
+![Step Over](./images/StepThrough.gif)
+
+To view the infoset, use the veiw the XML infoset button
+![View Infoset](./images/ViewInfoset.gif)
+
+To view the data file in hex, use the view hex button
+![View Hex](./images/ViewHex.gif)
+

Review Comment:
   I captured the images on a laptop, so the images looked small to me.  My 
resolution on the laptop screen is 1920 x 1080.  Should I create the images at 
a lower resolution 800 x 600?



-- 
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]

Reply via email to