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.

link|improve this question

What is the problem? You have the XAP file, you open it and ILDASM the offending file AFTER someone tells you of the bug – xanatos Sep 7 '11 at 14:16
Not a problem per se, just yet another thing to do. But ya, comes with the territory :) – Kit Sep 7 '11 at 14:41
My point is that you can do it "post mortem". You don't need to do it pre-emtpively. I know, you would prefer to have the row number directly in the log file. And perhaps even the solution to the bug :-) – xanatos Sep 7 '11 at 14:42
Now that would be awesome, but then, oh shoot no job. – Kit Sep 7 '11 at 20:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.