M
mp
WPF c#2008 Express
I've read the help but don't understand how to get Debug.Print to print to
the immediate window
according to help it is design time only as i read it...how useless is that?
how can i get easy debugging text at runtime to see what's going on in
program as it proceeds?
formerly in vb6 Debug.Print would print to immed window at runtime and I
could see what was happening
am i correct that it no longer functions?
private void button2_Click(object sender, RoutedEventArgs e)
{
System.Diagnostics.Debug.Print("Button clicked");
}
thanks
mark
I've read the help but don't understand how to get Debug.Print to print to
the immediate window
according to help it is design time only as i read it...how useless is that?
how can i get easy debugging text at runtime to see what's going on in
program as it proceeds?
formerly in vb6 Debug.Print would print to immed window at runtime and I
could see what was happening
am i correct that it no longer functions?
private void button2_Click(object sender, RoutedEventArgs e)
{
System.Diagnostics.Debug.Print("Button clicked");
}
thanks
mark