Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to debug unit test with MonoDevelop?

I have MonoDevelop 2.4.2 on OSX. I have a failing unit test that I would like to debug. Is there a way to do it? I found a reference on MonoDevelop mailing list but my version does not have mentioned option.

Am I missing something?

like image 791
Michal Sznajder Avatar asked Feb 01 '11 21:02

Michal Sznajder


1 Answers

I was able to debug a unit test library by right-clicking my "unit test project" in the "Solution Explorer" and choosing "Debug Item".

I'm running the Windows version of MonoDevelop, but the same option is available on Linux and OSX versions.

like image 177
Kedde Avatar answered Sep 23 '22 22:09

Kedde