-
Debug in Win Me...
One of my programs runs fine on my machine (XP). One of the target machines runs Windows Me. After a while one of the two timers stops. I cant figure out to save my tail why its stopping. I cant restart it either. The program its self is not frozen, as the other timer runs fine. Just one portion is frozen.
How can I debug this on a Windows Millenuim machine?
-
Re: Debug in Win Me...
If you don't have VS on the ME machine, it will be mighty hard to work with this. One option is to litter your code with msgboxes to show the state of various variables. Another option is to write statements to a text file or something so that things get printed as they happen. Neither one will allow you much control, and I wouldn't expect either of those to be of much use for the problem you are experiencing.
-
Re: Debug in Win Me...
VS.NET won't run on ME. It only runs on NT4 fully patched and up NT based OS's
-
Re: Debug in Win Me...
That shoots that possibility.