According to the official Eclipse documentation, the Debugger Console supports a Command History feature.
https://wiki.eclipse.org/CDT/Archive/FullGDBConsole

However, when debugging a RISC-V project in Embedded CDT (embed-cdt), I found that the Command History does not function properly.
Interestingly, when I created a regular C project in the same environment and used the Debugger Console, the Command History worked normally. I'm wondering which component or configuration might be causing this issue in the RISC-V project context.Any insights or suggestions would be greatly appreciated.


Thank you for your attention to this matter!