How to integrate the mojo test debug runs in nvim-dap?

I have python debugging integrated in neovim dap.

I am trying to replicate this with mojo, I am initially interested to debug tests. This is my current attempt.

The debug session starts but then mojo exits with a status of 0 and dap displays a notification that the application is slow to respond. I tried with and without --stop-on-entry