Please add some debugging examples after cloning git repo #11045
ati-ozgur
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Every documents/projects are different. There is unlikely any example that will suit everyone or even you. Standard debugging practices consist in removing pieces one at a time until the "code" is reduced to a very small bit that you can easily understand and possibly fix by yourself. To help you do that, there is a troubleshooting guide: https://quarto.org/docs/troubleshooting/index.html Anyhow, this still requires for you to trim your project from the unrelated (to your issue) components. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to do?
Report an issue on quarto.org
Description
There are not examples which shows how to run and debug the current code.
Readme file only shows how to install the quarto-cli from the source code.
But how to debug it is not shown.
vscode workspace also does not provide easy to run commands and debug them.
I would like to run quarto commands and debug it.
For example, I would like to debug following command.
Beta Was this translation helpful? Give feedback.
All reactions