debug console messages are not printing in console #13400
Replies: 2 comments 2 replies
-
@Shashi0838 Can you provide a reproducible example? The API generally seems to work, since I'm seeing debug output when trying to debug JavaScript code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I dont know the reproducible example. I'm using vscode cpp plugin as i'm using cpp program. Its working for me with Theia 0.8.0, now i'm trying to update to latest platform facing issue with messages |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I'm trying to send message to debug console using debugConsoleSession.appendLine and debugConsoleSession.logOutput methods,
both are not displaying in the console.
debugConsoleSession.items has the content but its not visible.
any idea?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions