You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a programmer ( I guess all users of solid.js are programmers) I'd like to debug and step into solid.js source code and do a line by line debugging. I'm very curious to see what exactly this feature means:
Dependencies are automatically tracked when you access your reactive values in your Effects and JSX View code
What I've tried:
download solid.js source code
inside the source folder, tried to find a local file like "test" or "example" which I hope to use local solid.js source file
run that "test" or "example" and debug into local solid.js source
I was stuck at step 2. So maybe I should create it by myself, but I don't know where is the best place to start.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
As a programmer ( I guess all users of solid.js are programmers) I'd like to debug and step into solid.js source code and do a line by line debugging. I'm very curious to see what exactly this feature means:
What I've tried:
I was stuck at step 2. So maybe I should create it by myself, but I don't know where is the best place to start.
Any suggestions? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions