[Mono-bugs] [Bug 550862] Please detect whether or not debugging is enabled in the Web.Config and if it's not prompt the user

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 12 12:41:09 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=550862

User twiest at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=550862#c3


Thomas Wiest <twiest at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Thomas Wiest <twiest at novell.com>  2009-11-12 10:41:08 MST ---
When Visual Studio enables debugging in the Web.Config, it changes:

<compilation debug="false">
-to-
<compilation debug="true">


I verified that in MonoVS 1.0, when we enable debugging, we change:

<compilation debug="false">
-to-
<compilation debug="true"
tempDirectory="/tmp/monovs-949be5fd-683b-4075-be44-2ce04d1a1aa4/Temp">


Marking resolved / verified.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list