[Mono-bugs] [Bug 549881] New: Stepping into "Console.WriteLine()" should not debug unavailable source code - Monotouch 1.2 Debugging
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Oct 24 19:51:11 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=549881
Summary: Stepping into "Console.WriteLine()" should not debug
unavailable source code - Monotouch 1.2 Debugging
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: chrisntr at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB;
rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
When stepping through code without the source code available (such as
Console.WriteLine()), it will still step into the code however it looks like
nothing is happening.
It should instead just step over the code and go onto the next line of code.
Reproducible: Always
Steps to Reproduce:
1. Add in a Console.WriteLine("") call.
2. Set breakpoint on the line added above.
3. Debug in Simulator and then press Step into when it's hit the breakpoint.
Actual Results:
Line just flashes and stays yellow.
Expected Results:
Should skip to next line of code.
--
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