[MonoDevelop] Debugging Questions
david87
david.groups at gmx.at
Mon Jul 20 09:00:20 EDT 2009
Lluis Sanchez Gual wrote:
>
> El dg 19 de 07 de 2009 a les 08:27 -0700, en/na david87 va escriure:
>>
>> Calling a method of the class of the current debuggin-scope does result
>> in
>> the following error:
>>
>> public void Test(StringBuilder builder)
>> {
>> builder.AppendLine();
>> }
>>
>> Test(builder);
>>
>> --> Evaluation failed.
>
> Could you please file a bug report for this?
>
>> - The Debugger does not break when the call-stack was triggered by the
>> immediate window or expression window.
>
> I don't understand what you mean.
>
I will add a bug report.
Further explanation:
class DebuggerTest
{
void CurrentBreakPoint()
{
[BreakPoint1] ... some code // If the debugger has stopped here and you
invoke "method2()" via immediate pad, the debugger does not break in the
method2 although there is a BreakPoint2.
}
void method2 ()
{
[BreakPoint2] ... some code // The debugger should break here if this
method is called via immediate pad too.
}
}
--
View this message in context: http://www.nabble.com/Debugging-Questions-tp24558000p24569379.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list