I am creating an MVC application with MonoDevelop. I have hosted the website on mod_mono under apache, which I installed in my local machine. I've setup a site with custom domain alias like "mymvcsite" and I want to debug my "mymvcsite" with MonoDevelop. My breakpoints are not hit when I run the site with "mymvcsite". I am using MonoDevelop 5.10 and Mono 4.3.2.4 in Ubuntu 14.01.
Asked
Active
Viewed 155 times
0
-
what version of mono are you using? what distro and version are you using? – user1623521 Jun 03 '16 at 07:36
-
Hi, how are you attaching to the mod mono process? – muszeo Jun 03 '16 at 10:22
-
Hello @user1623521, I am running on Ubuntu 14.01 LTS. I am using MONO 4.3.2.4 version. – Vidur B Jun 03 '16 at 12:00
-
Yes @muszeo, I have tried to attached the mod mono process but my breakpoints are not hitting. Thanks. – Vidur B Jun 03 '16 at 12:01
-
how did you install mono? – user1623521 Jun 03 '16 at 12:15
-
@user1623521I have installed the mono from their standard package. http://www.mono-project.com/docs/getting-started/install/linux/ – Vidur B Jun 03 '16 at 12:17
-
ubuntu 14.04 is two years old, I would recommend upgrading to 16.04 before digging deeper on what might be the problem – user1623521 Jun 03 '16 at 14:08
-
Thanks @user1623521 – Vidur B Jun 03 '16 at 14:14
-
I have done the same thing in Ubunti 16.04 LTS and result is same. @user1623521 – Vidur B Jun 07 '16 at 18:58
-
I am able debug with custom alias now. I have done this through the nginx reverse proxy. Thanks everyone who helps me in this process. – Vidur B Jun 10 '16 at 06:20