c# - I am not able to debug the code. Tooltip is showing that breakpoint will not be hit and no symbols have been loaded for this document -


how can debug code ?

i have tried load symbol following below

  1. debug>windows?modules, dll name tit.shared.usrmgmt.dll
  2. before 1st step changed build path bin\
  3. then tried load symbol pdb file showing a matching symbol file not found in folder

what problem here , how resolve same.

below error while loading symbols

    c:\program files (x86)\iis express\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\windows\microsoft.net\assembly\gac_msil\tit.shared.usermgmt\v4.0_1.0.0.0__eac83faa75e40932\tit.shared.usermgmt.pdb: pdb not match image. d:\perforce\build_scm_tit_ci\interface\applications\tit\main\shared\usermgmt\obj\release\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\windows\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\windows\symbols\dll\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\windows\dll\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\users\user~1.y\appdata\local\temp\symbolcache\tit.shared.usermgmt.pdb\0a3573dd4aa540abbdc5c632607f2c8c1\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\users\user~1.y\appdata\local\temp\symbolcache\microsoftpublicsymbols\tit.shared.usermgmt.pdb\0a3573dd4aa540abbdc5c632607f2c8c1\tit.shared.usermgmt.pdb: cannot find or open pdb file. c:\program files (x86)\microsoft visual studio 12.0\common7\ide\tit.shared.usermgmt.pdb: pdb not match image. 


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -