Debugging problem

  • Thread starter Thread starter Mario Pflucker
  • Start date Start date
M

Mario Pflucker

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/default.asp?url=/library/en-us/vsdebug/ht
ml/vxgrfnosourcecodeavailableforcurrentlocationdialogbox.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 am having the same problem
If you got an answer can you please e-mail me at
(e-mail address removed)

Thanks
 
Can you post or email me some of the code in the neighborhood of where the
problem is ocurring? Maybe some five lines before and after.

I'd like to see if there are any similarities.

Regards,

MP

(e-mail address removed)
 
Back
Top