Search code examples
emacserlangemacs23

Emacs 23 + Erlang + Distel


Where I can find current example of configuration and using Distel with Emacs 23 (on Mac Snow Leaoprd). I have problem with debugging (interpret mode), I cant mark brakepoint.

If anyone have working configuration of distel on emacs 23, please share with me.


Solution

  • one problem with using the debugger in distel is that I always need to ensure distel is loaded before setting one.

    load a file, put io:format("",[]), then press M-. to navigate to io.erl, that makes sure distel is loaded

    now make sure the file is intepreted, C-c, C-d, i, the minibuffer will show

    now C-SPACE your line, the mark should appear