Jeremy White wrote:
Hi folks,
The attached patch dynamically detects and uses the BSD licensed editline library (a pretty close replacement for readline), if it's available. This gives winedbg command line recall.
I think this should be available via Win32 calls without the licensing issues. See dlls/kernel/editline.c I'm not sure if winedbg is currently supposed to support it and there is a bug, or if it just hasn't enabled the feature, or if it is even able to use it.
Rob