Hi, all
I keep getting the message "There is no source code available for the
current location" when debugging an application. AFAIK it has nothing to do
with MS's explanation
(http://msdn.microsoft.com/library/de...-us/vsdebug/ht
ml/vxgrfnosourceco deavailableforc urrentlocationd ialogbox.asp): it happens
whan stepping into lines such as
int.Parse (str1)
or
elems = line.Split (new char[]{','}).
What's more, some times it will happen inside a loop: it will step through
correctly several times and break on the next pass.
Thanks in advance for any help,
I keep getting the message "There is no source code available for the
current location" when debugging an application. AFAIK it has nothing to do
with MS's explanation
(http://msdn.microsoft.com/library/de...-us/vsdebug/ht
ml/vxgrfnosourceco deavailableforc urrentlocationd ialogbox.asp): it happens
whan stepping into lines such as
int.Parse (str1)
or
elems = line.Split (new char[]{','}).
What's more, some times it will happen inside a loop: it will step through
correctly several times and break on the next pass.
Thanks in advance for any help,
Comment