Thank you for this cool OpenSource project! 
I have an issue, when debugging my Dockerfiles, which start using Docker BuildKit's Dockerfile-Syntax declarations like this one.

When I remove this first line "# syntax = docker/dockerfile:1.4.3", the debugger IS working perfectly. Having this first line included results in weird output of it:

The debugger seems to not understand this line and terminates directly — even when this image is present locally in my repository.