Debug Builds

Posts   
 
    
arash
User
Posts: 54
Joined: 16-Dec-2008
# Posted on: 07-Apr-2010 10:36:11   

Hi, In the run time library package debug builds and debug symbols are only available for SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll, is it possible to have debug builds and symbols for other assemblies as well ? in my case having them for SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll might be useful.

Thank you in advance, Arash.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39866
Joined: 17-Aug-2003
# Posted on: 07-Apr-2010 13:59:21   

The debug builds are actually for us to find the line number for crashes reported. In the linq provider this is a bit different, as knowing the line number doesn't really mean anything: you can't really debug from there, you need the initial query and the flow followed by the visitors walking the trees.

So why do you want the debug build of the linq provider assembly exactly? simple_smile

Frans Bouma | Lead developer LLBLGen Pro