Hi all,

I am trying to build a (fast)checked version of Rotor on Windows Server
2003. Everything builds okay, but when I try to generate output using
the SSCLI csc.exe with the /debug switch, I only get an ildb file
instead of a pdb file. Whenever I try to debug programs in the SSCLI
cordbg, it runs straight through without breaking on the first source
line. Similarly, when running these programs with clix unhandled
exceptions are not printed.

When I use the normal .NET Framework csc.exe with /debug, pdb files are
generated, I can step through source code in cordbg, unhandled
exceptions are printed, and everything is happy.

PDB files are being generated for all the Rotor executables and binaries
in
sscli\build\v1.x86chk.rotor\Symbols\{Dlls|Exes}, but even when I try to
run
cordbg on clix, it can't find any debugging symbols.

Anyone know what might be the problem?

Thanks,
Paul

Reply via email to