- Home /
Debug session of managed DLL in VisualStudio?
Hi I am currently developing a managed plugin. I grow weary of outputting to information the console for debugging purposes.
As my college professor once stated, "The only time to write out debug info is if you will be done with the last program of your life sooner than you could learn how to run the debugger."
So I went back to the docs and only found information on debugging in MonoDevelop
Is there a way for me to setup a debug session for my DLL using VS instead?
Comment
Your answer
Follow this Question
Related Questions
Unity Cloud Build error with .dll 3 Answers
c# dll works on desktop but not on android 1 Answer
Unity 5 Managed DLL considered Native 0 Answers