M
Mike
In my Smart Device Project, I'm trying to show a message only when
debugging. We used to be able to do this with Debug.Print in VB 6. I've
tried System.Diagnostics.Debug.WriteLine and this doesn't seem to do
anything - I can't see it writing anywhere.
I also tried Debug.Assert and Debug.Fail and both of these do show the
message on the Pocket PC device, but then when I click on Continue or Debug
at the bottom of the message on the device, I get a NullReferenceException
in Visual Studio.
Can someone explain what is going on here?
debugging. We used to be able to do this with Debug.Print in VB 6. I've
tried System.Diagnostics.Debug.WriteLine and this doesn't seem to do
anything - I can't see it writing anywhere.
I also tried Debug.Assert and Debug.Fail and both of these do show the
message on the Pocket PC device, but then when I click on Continue or Debug
at the bottom of the message on the device, I get a NullReferenceException
in Visual Studio.
Can someone explain what is going on here?