c# - Azure WebSite remote debug with asp.net core: Symbol not loading -
i trying debug asp.net core apps running in azure website. it's net452 app (because uses of nuget packages have not yet built .net core). using vs2015 (dev14) update 3 latest azure sdk (2.9.1).
i use cloud explorer attach vs2015 debugger azure web api. attached page of breakpoints not hit because no symbol loaded. far here have tried:
- stop , start web app multiple times
- publish website in debug profile (debug - x86 profile)
- double check if vs attached right process (in case, webapplication1.exe)
- also attach wp3 process
- manually attach vs debugger azure website
- look @ module window, , see no module listed (this may interesting)
any ideas on how work?
thanks,
nam
so figure out. apparently, when vs hooks debugger, chooses binary type .net core. however, binary have managed 4.5. fix change binary type in attach process window managed 4.5.
Comments
Post a Comment