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
debug>windows?modules
, dll name tit.shared.usrmgmt.dll- before 1st step changed build path
bin\
- then tried load symbol
pdb
file showinga 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
Post a Comment