[Mono-bugs] [Bug 641529] Several issues trying to debug a simple application in Mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 24 14:10:52 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=641529

https://bugzilla.novell.com/show_bug.cgi?id=641529#c4


Marc Christensen <mchristensen at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mchristensen at novell.com

--- Comment #4 from Marc Christensen <mchristensen at novell.com> 2010-09-24 18:10:52 UTC ---
I tested this just now with:

Windows Vista sp2 x86_64
VS 2k10
monotools20-8138.vsxi
opensuse 11.3 x86_64
mono-2.8p6 (58f029f)
monotools-server-gui-2.0.7180-1.21.noarch

The following console application with the noted breakpoint causes VS to crash
when debugging remotely:

---------------------------
   using System;
   using System.Collections.Generic;
   using System.Linq;
   using System.Text;

   namespace ConsoleApplication1
   {
       class Program
       {
           static void Main(string[] args)
           {
               Console.WriteLine("Please enter a string: ");
BP>            String S = Console.ReadLine();
               Console.WriteLine(S);

           }
       }
   }
-----------------------------

-- 
Configure bugmail: https://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