<p>So I’m writing an Elixir parser that takes a <code><< binary >></code> and converts it into a structure. Part of the protocol
is such that the same parsing repeats a number of times, based on a previous field. In a non-functional language
like GO, a simple for loop would be the best choice (parse and consume)…</p>
<p>I couldn’t make an update in a while, but I did manage to release a few things. <a href="https://github.com/xdebug/vscode-php-debug/issues/765">February GitHub issue</a> and <a href="https://github.com/xdebug/vscode-php-debug/issues/749">March GitHub issue</a> and <a href="https://github.com/xdebug/vscode-php-debug/issues/797">April GitHub issue</a> outline the work done.</p>