Debug custom foxglove panel #1214
Answered
by
jacob-foxglove
AlexisAlexisM
asked this question in
Q&A
-
|
Hi. |
Beta Was this translation helpful? Give feedback.
Answered by
jacob-foxglove
Jan 22, 2026
Replies: 1 comment
-
|
Hi @AlexisAlexisM, typically for debugging custom foxglove panels such as adding breakpoints in your code you can leverage the browsers built in developer tools. A good resource to get started with this in Google Chrome can be found here. For details on debugging scripts in the browser see the following section |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jacob-foxglove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AlexisAlexisM, typically for debugging custom foxglove panels such as adding breakpoints in your code you can leverage the browsers built in developer tools. A good resource to get started with this in Google Chrome can be found here.
For details on debugging scripts in the browser see the following section