visual studio 2008 - No source code available, catching exception in VS C++ -


i'm testing c++ code in vs 2008 (express) debug mode , own class throws exception. i've hooked visual studio break when particular exception thrown. works , sends me line exception thrown, along stack leading error.

sometimes though, vs gets stubborn , says there's no source code available when i'm trying break debug execution. asks if may show assembly instead, that's not me anyway! it's in own code, since it's own exception that's being thrown.

how can visual studio recognize "missing" source file again?

i have see vs when there uncommited save in source code file. asks more recent.

stop code, save , rerun.

phil


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -