Windows 98 debugging

  • Thread starter Conrad Albrecht
  • Start date
C

Conrad Albrecht

What are my options to debug a Windows-98-specific bug in
my C# app? I have Visual C++ 6.0 and the .NET SDK (not
Visual Studio .NET), and a standalone Windows 98 test
computer (not near my development computer).

The .NET SDK (with its debuggers) won't install on Windows
98. Is there any way to run the CLR (GUI) debugger
(DbgCLR.exe) on the Windows 98 test machine? I tried
copying DbgCLR.exe to the test machine but it won't run
standalone that way. Can the command-line debugger
(Cordbg.exe) run on Windows 98? Or must I use remote
debugging?

Does the standalone Visual C# product contain the remote
debugger or must I buy the full Visual Studio .NET?
 
D

Darko Miletic

The .NET SDK (with its debuggers) won't install on Windows
98. Is there any way to run the CLR (GUI) debugger
(DbgCLR.exe) on the Windows 98 test machine?

Yes you can install it. But not using the common way. You must
decompress SDK and run msi manually. After that you will have SDK
installed together with cordbg.exe and GUI debugger.

Darko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top