symbol table

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

I have a little program that I compiled in debug mode and then I looked in
the IL code if I could find the symbol table that is used when debugging but
I can't find it.

So my question is why is it not any symbol table in the IL code when I have
build in debug mode ?

//Tony
 
Tony said:
Hello!

I have a little program that I compiled in debug mode and then I looked in
the IL code if I could find the symbol table that is used when debugging but
I can't find it.

So my question is why is it not any symbol table in the IL code when I have
build in debug mode ?

I read somewhere that symbol tables are only required for object (.obj)
files - and .NET does not require object files.
 
Back
Top