symbol table

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
 
J

Jason Keats

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.
 

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