I understand the decision not to include PDB's in a XAP file. This of course means no line numbers in an exception stack trace. Others have looked for this, and we can get IL offsets to hunt things down.
That's fine and all, but the build/run/test/debug cycle for SL already seems a bit slow, and I'd rather not have to add disassemble with Reflector or ildasm to this overhead. Are there any alternatives?
For example, is it possible to inject the PDB's? I'm willing to bet any support for that is stripped from the SL CLR. Is there a tool that exists that maps IL back to line numbers? I'm willing to bet no there too, though I have ideas on how to create one.