System.Console.Write... where is the output?

  • Thread starter Thread starter Carsten Marx
  • Start date Start date
C

Carsten Marx

Hello,
i'm just wondering where is the output, if i trace a message to the
console via Syste.Console.Write in the CF using the emulator fpr Pocket
PC 2003 with Visual Studio .NET 2003....

Carsten
 
Neither. It will go to the device console, but Pocket PCs don't have a
Console, so the output goes to /dev/null...
 
Carsten,

PocketPCs don't have a console, so you won't see console output. If you use
the CE emulator, then you will see console output.
 
Ginny said:
Carsten,

PocketPCs don't have a console, so you won't see console output. If you use
the CE emulator, then you will see console output.

thanks...
but is there any chance to make an output to the concole while debugging
whith the emulator under visual studio .net 2003??
because without such messages it's very hard to debug....
 
Carsten,

No, the PocketPC emulator doesn't have a console either. Sometimes I test
against the CE emulator set at the same screen size as a PocketPC instead so
I can use the console for testing, but remember that the user interface will
look a little different under CE compared with PocketPC.
 
Back
Top