c# - Windbg .load extension wants an escaped backslash (\) character in the path -


when try load extension such sos or psscor4 using .load commmand in windbg, exhibits behavior did not expect. so, may matter of setting expectation right behavior being normal.

for example, when say:

0:00> .load "c:\windows\microsoft.net\framework64\v4.0.30319\sos.dll" 

it complains follows:

the call loadlibrary(c:windowsmicrosoft.netframework64v4.0.30319sos.dll) failed, win32 error 0n2 "the system cannot find file specified." please check debugger configuration and/or network access.

i infer expecting me escape backslash.

however, when escape backslash character so, works fine , loads extension.

0:00> .load "c:\\windows\microsoft.net\\framework64\\v4.0.30319\\sos.dll" 

it loads fine without quotation marks

0:00> .load c:\windows\microsoft.net\framework64\v4.0.30319\sos.dll 

even if path contains spaces.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -