본문 바로가기

MFC/Error

"There is no source code available for the current location"

비쥬얼 스튜디오에서 디버깅을 하는 도중

"There is no source code available for the current location"

이란 메세지가 나오면서 더 이상 그 파일의 디버깅이 힘들어 졌다.


이럴경우 

Solution=>properties=>comman Properties=>Debug Source Files를 보면

Do not look for these source files: 라는 항목에서 그 파일의 경로가 지정 되어져 있을것이다.

이걸 제거 해주니 올바르게 디버깅이 되었다.

'MFC > Error' 카테고리의 다른 글

error C2146: syntax error : missing ';' before identifier 'PVOID64'  (0) 2013.01.04
Detected memory leaks!  (0) 2012.12.26
error C2236: unexpected 'class'  (0) 2012.12.26