mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Implement process attach support #6

Open alexrp opened 10 years ago

byeates-zynga commented 7 years ago

Currently unable to use this with unity applications, wondering when this functionality might be available.

JosephFerano commented 6 years ago

Any plans on implementing soon? Is there another way to use SDB with Unity3D if this feature isn't available?

tessiof commented 6 years ago

How Monodevelop attaches to Unity3D for debugging if sdb can't do it?

mrcc912 commented 5 years ago

Was wondering if there is any plans on implementing this anytime soon? I see its been almost a year since the last comment was made here. Really hoping to get this functionality working.

alexrp commented 4 years ago

I don't personally have time to work on this anytime soon, but pull requests are welcome. It would be worth seeing how VSfM does attaching and basing the approach on that.