- Home /
how to debug in monodevelop
I have breakpoints set up in monodevelop but I want to debug while I am running the executable. Is there a way to do that? Please help!
Answer by HappyMoo · Jan 14, 2014 at 08:14 PM
You need to attach(Run menu) to Unity
To unity or builds (you mentioned "the executable"), if you built it with debug support
@Panga$$anonymous$$i I did not catch what you said exactly, it came off as too scrambled. Could you please elaborate? Thank you ;)
You can attach the debugger to unity editor, or to running standalone build, provided they are built with debug support.
Your answer
Follow this Question
Related Questions
Issues using the 'new' keyword 3 Answers
My die function gets called without me asking it. 1 Answer
Multiple Cars not working 1 Answer
Scale fit? 1 Answer
Monodevelop doesn't launch Unity 1 Answer