How can I debug the studio? #581
Replies: 2 comments 3 replies
-
I recommend setting breakpoints in the browser's dev tools. |
Beta Was this translation helpful? Give feedback.
3 replies
-
As of 2.0 (https://foxglove.dev/blog/foxglove-2-0-unifying-robotics-observability) we no longer provide the source code for studio which also means we no longer provide support for working with the source code or debugging it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello~Dear Foxglove group,
My name is Susan. I'm trying to debug the code of studio.
So I want to know, from which file the code start?
I think the
desktop
folder is working for desktop server and desktop app, right? And theweb
folder is for web server, right? But I'm not sure what the other folders for.Besides, when I try to set the breakpoints, they are always unbound. Could you tell me how to enable breakpoints?
This is how I run it: I use the node.js server in VScode
Beta Was this translation helpful? Give feedback.
All reactions