Debug on debug console #1459
Answered
by
tgodzik
ECEAthipanbose
asked this question in
Q&A
-
When debugging Scala code, i need to receive input from the user via the debug console, when step over the (val name = StdIn.readLine()) code , i can't directly interact with the debug console to provide input and debugger not move remaining line |
Beta Was this translation helpful? Give feedback.
Answered by
tgodzik
Feb 23, 2024
Replies: 1 comment 6 replies
-
That's a limitation of debug console in VS Code. You would need to attach to a running process instead with the additional debug flags. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.baeldung.com/java-application-remote-debugging