[Mono-bugs] [Bug 545306] New: Cannot set breakpoint in cs-parser.jay

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 8 07:02:59 EDT 2009


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


           Summary: Cannot set breakpoint in cs-parser.jay
    Classification: Mono
           Product: Mono: Debugger
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: cli
        AssignedTo: martin at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


When setting a break point in mcs/cs-parser.jay it is never hit.

mdb gmcs.exe ../errors/cs0178.cs
Mono Debugger
(mdb) b cs-parser.jay:6372
Breakpoint 3 at cs-parser.jay:6372
(mdb) r
Starting program: gmcs.exe ../errors/cs0178.cs
Thread @1 stopped at #0: 0xb6fa4209 in Mono.CSharp.Driver.Main(string[])+0x9 at
/home/marek/svn/mcs/mcs/driver.cs:300.
 300             Location.InEmacs = Environment.GetEnvironmentVariable
("EMACS") == "t";
(mdb) c
./errors/cs0178.cs(8,40): error CS0178: Invalid rank specifier `2', expecting
`,' or `]'
./errors/cs0178.cs(8,41): error CS1586: Array creation must have array size or
array initializer
Compilation failed: 2 error(s), 0 warnings
Thread @1 exited with exit code 1.
Thread @1 exited.
Process #1 exited.
Target exited.

-- 
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