Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Feature Request: Loading of PDBs

It seems that PDBs bundled in the ZIP file are not loaded, at least I get no line numbers for my code in error messages with stack traces (FB V7.1.5). Having line numbers would make the stack trace more useful though, therefore I post this as feature request here. ;)
Arsène von Wyss Send private email
Thursday, December 3, 2009
 
 
Hi Arsène-
Do you see the .pdb files in (your FogBugz install)/Plugins/cache/[YOUR PLUGIN ID]/*.pdb?
Thanks!
Brett
Brett Kiefer Send private email
Thursday, December 3, 2009
 
 
Brett,
Yes I can see them there.
Arsène von Wyss Send private email
Thursday, December 3, 2009
 
 
And if you set a System.Diagnostics.Debugger.Break in your plugin, does the debugger attach properly?
Brett Kiefer Send private email
Thursday, December 3, 2009
 
 
Brett,

Since I'm working remotely I can't do it that way, but I can properly attach the debugger (to the remote debugger running on the virtual machine with FB) and also set breakpoints which are hit correctly (which seems to imply that the PDB is used, I see your point). Still, the exception had a few line numbers for some .was source files (which are part of FB) only, so maybe the question is not about the PDB but rather about the way the exception detail is shown.

It was that global notification with the exception information in it, maybe this helps you to see where I actually missed the line numbers.
Arsène von Wyss Send private email
Thursday, December 3, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz