Debugging/Stepping into managed code on macOS (AOT managed assemblies)
#668 建立於 2018年5月1日
倉庫指標
- Star
- (758 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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!