CLion LLDB debugger console doesn't work
Completed
I am debugging a program using the bundled LLDB and I want to type some commands directly to LLDB.
I can view the LLDB console and all its output. I can see the (lldb)
prompt.
The LLDB documentation and the CLion UI both give me the impression that I should be able to type LLDB commands at this prompt, but I can't. For example:
(lldb) Hello
What is happening?
Why aren't you listening?
Am I wrong? Is it not possible to type commands directly to LLDB?
CLion 2023.3.2
Build #CL-233.13135.93, built on December 19, 2023
Licensed to Patrick Turley
You have a perpetual fallback license for this version.
Subscription is active until February 8, 2025.
Runtime version: 17.0.9+7-b1087.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 8192M
Cores: 32
Registry:
debugger.attach.dialog.enabled=true
run.processes.with.pty=TRUE
Non-Bundled Plugins:
idea.plugin.protoeditor (233.13135.65)
com.intellij.ml.llm (233.13135.116)
Please sign in to leave a comment.
Hi!
Please enable debug logging by entering `#com.jetbrains.cidr.execution.debugger` into `Help | Diagnostic Tools | Debug Log Settings`, reproduce the problem and send us `idea.log` (`Help | Show Log in …`) to clion-support at jetbrains.com.
Do not forget to disable debug logging after that. Please keep in mind that it might contain sensitive information (e.g local paths).