jade
1
Hello. I’m developing my panle plugin based on pie chart. I want to debugger my own project.but I do not understand how to do it in the plugin
torkel
2
just add a debugger; statement to your code or set a breakpoint using chrome dev tools ?
jade
3
it used compiled files, debugger is not work
torkel
4
What do you mean? Why would it not work?
jade
5
it use this file to work . my project in data/plugins. but it used compiled file. debugger would not work
jade
6
I want to debugger in public/xxx file, when I build or save, refresh my web page . it not work.
torkel
7
That is not a plugin file that is a core grafana file