Commit 22ff0eab by Dominik Prokop Committed by GitHub

grafana/toolkit: Readme update (#21218)

parent d98fa282
...@@ -263,3 +263,7 @@ To debug grafana-toolkit you can use standard [NodeJS debugging methods](https:/ ...@@ -263,3 +263,7 @@ To debug grafana-toolkit you can use standard [NodeJS debugging methods](https:/
To run grafana-toolkit in a debugging session use the following command in the toolkit's directory: To run grafana-toolkit in a debugging session use the following command in the toolkit's directory:
`node --inspect-brk ./bin/grafana-toolkit.js [task]` `node --inspect-brk ./bin/grafana-toolkit.js [task]`
To run [linked](#develop-grafana-toolkit) grafana-toolkit in a debugging session use the following command in the plugin's directory:
`node --inspect-brk ./node_modules/@grafana/toolkit/bin/grafana-toolkit.js [task]`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment