How do you trace variables? #218
-
I used |
Beta Was this translation helpful? Give feedback.
Answered by
kimlimjustin
Jan 17, 2022
Replies: 1 comment
-
Xplorer has its devtool like browser does, if you run on Windows, simply type Ctrl + Shift + I will open it, if you run on macOS or Linux, it's quite tricky, you have to first comment the following line: and right-clicking on Xplorer will give you the default context menu, simply click on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
uahnbu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xplorer has its devtool like browser does, if you run on Windows, simply type Ctrl + Shift + I will open it, if you run on macOS or Linux, it's quite tricky, you have to first comment the following line:
xplorer/src/Components/ContextMenu/contextMenu.ts
Line 109 in 9d313d5
and right-clicking on Xplorer will give you the default context menu, simply click on
Inspect
menu will open the devtool