mono/Embeddinator-4000

Debugging/Stepping into managed code on macOS (AOT managed assemblies)

Open

#668 geöffnet am 1. Mai 2018

Auf GitHub ansehen
 (26 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (91 Forks)github user discovery
enhancementhelp wantedobjc

Repository-Metriken

Stars
 (758 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is there some way, using E4k to debug/step into managed code? It certainly doesn't work directly from Xcode which would be awesome but probably hard to do or impossible. Although I've seen "competing" products, like RemObjects C# that can do exactly that I would also be fine with running Visual Studio for Mac side by side with Xcode and attaching the debugger to a running instance of my app.

I'm used to being able to start mono programs using something like this: --debug --debugger-agent=transport=dt_socket,server=y,address=127.0.0.1:55555, and being able to attach the debugger later on. Is something like this possible in E4k? If not, are there plans to add such functionality?

This is one of the main reasons we haven't yet fully adopted the project, along with missing support for events/delegates/actions/etc.

Thx!

Contributor Guide