Closed krgn closed 8 years ago
SDB only falls back to Mono.Terminal.LineEditor
if libedit.so.2
can't be found. So I would suggest making sure you have it installed. It's more likely to play nice with Emacs than Mono.Terminal.LineEditor
.
@alexrp thank you, that solved the problem!
@krgn Do you have any emacs config needed for this? I've been meaning to get this set up for ages but never got around to it.
@nosami not yet :)
I only got sdb
to build on NixOS today, so I have just been running M-x sdb
and that's it. Would be cool to have it nicely integrated with fsharp-mode
eventually!
Yeah.. I did look into how other debuggers were set up with GUD around a couple of years ago but gave up on it. Happy to share efforts on this.
I'll look at how this works later tonight. Might not be all that hard, now that it doesn't crash on me anymore.
@nosami it seems like defining commands to send to the debugger is quite easy, but I there are many details that I have no clue how they work (fringe bp's for instance). This discussion should probably happen somewhere else though :)
Hi,
I would like to use
sdb
together with Emacs (25.1.1) inGUD
mode. When I runsdb
on the command line, the debugger starts up fine. However, when I startGUD
withsdb
as command, I see the following exception:Unfortunately, there is not much information out there documenting this setup. Is there any way to make
sbd
and Emacs play nice with each other?Thanks,
Karsten