Posted By:
Christopher_Schultz
Posted On:
Tuesday, May 29, 2001 11:42 AM
I'm not sure about 'debug information' in the class file, but you can certainly use 'attributes' of code or methods, etc. to store information.
The class file spec says that any attributes that the VM doesn't recognize should be ignored, so you can feel free to dream up your own.
Good luck,
-chris