Keith A Roberts
Keith A Roberts
I'm trying to step through some erlang code to test out the debugger, but I can't seem to get this to work. Am I not doing something right? [erlide.log](https://github.com/erlang/erlide_eclipse/files/7376618/erlide.log) 
@vladdu I've had to go with the JetBrains IntelliJ CE IDE and that appears to work OK on Linux Mint 20.1 It's free to download from here and use for...
> The trouble with updating the debugger is that we use a patched version of the OTP debugger and it's not very easy to apply the changes. It may be...
That sounds promising, as I do prefer to debug in the Eclipse IDE rather than the IntelliJ IDE - which is all new to me.
I've been following the installation instructions from: https://github.com/erlang/otp/blob/master/HOWTO/INSTALL.md and have installed the packages that configure says are missing. I have now got as far as running the smoke tests -...
I had to run 'make install' as root user, as normal user could not write to ``` /usr/bin/install: cannot change permissions of ‘/usr/local/lib/erlang’: No such file or directory make: ***...
Thanks for your reply @8070