Can I attach to a process / hit break points with Echoes (.NET Core Debugger) with EBuild on linux?

Like the title says, I’m wondering if I can programatically attach to the Echoes .NET Core debugger with ebuild on linux, and can I set breakpoints manually / in code since there’s no IDE support on linux?

We currently don’t have an IDE (and with that, no debugger) for Linux, i am afraid, as the debugger is tied to the IDE, not EBuild.

Aw shucks, I’m able to work with EBuild fine, but it would be nice to take advantage of that. I ended up getting Water running partially with Wine on linux. If I really need it, I guess I can use this or a VM


Sweet!