grafana/toolkit: Readme update (#21218)

pull/21128/head
Dominik Prokop 6 years ago committed by GitHub
parent d98fa28287
commit 22ff0eab15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/grafana-toolkit/README.md

@ -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:
`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]`

Loading…
Cancel
Save