Breakpoints in core .NET runtime? -
i have third party library internally constructs , uses sqlconnection class. can inherit class, has ton of overloads, , far have been unable find right one. i'd tack on parameter connection string being used.
is there way me put breakpoint in .net library core itself? in constructors of sqlconnection class, can @ stack trace , see being constructed?
barring that, there other way can this?
specifically, want tack on application name parameter, our application more identified on server when looking @ connections.
edit: well, appears need more help. think i've enabled related symbol server support, , i've noticed directory configured has filled directories contain .pdb files. still, can't actual source sqlconnection class become available.
is there definite guide how successfully?
and if can't use source level debugging .net framework source code microsoft supplied, try different debugger. mdbg or windbg.
edit
this explains getting released parts of .net framework , how set breakpoints in great detail. netmassdownloader give (pdb , source) in 1 download. not source code of .net framework available. if sqlconnection not can use il debuggers ones mentioned. , don't forget lutz's reflector give @ source code anyway.
Comments
Post a Comment