Archive of stories published by About Erlang

[erlang_ls] A comparison with sourcer

erlang_ls is not by any means the first, the only or the best Erlang implementation of the Language Server Protocol (aka LSP). This is the first of a series of blog posts aiming at covering the other existing implementations, explaining differences and…


Tracing child processes with redbug

Redbug is a tracing and debugging utility which allows you to troubleshoot your Erlang releases in a simple way. Redbug makes tracing Erlang code a smooth and pleasant experience by leveraging the Erlang tracing functionalities and combining them with a user-friendly…