How to debug script
#1658
-
I can't find a way to debug my script, even i try to print something like below i can't see the word eric appearing in the console.
|
Beta Was this translation helpful? Give feedback.
Answered by
1024jp
Sep 12, 2024
Replies: 2 comments
-
Did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
To display a string in the CotEditor's console, print it to the standard error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
1024jp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To display a string in the CotEditor's console, print it to the standard error.
The text normally printed goes to the
CotEditorXOutput
.