Debugging problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mario Pflucker

    Debugging problem

    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,



  • GG

    #2
    Re: Debugging problem

    I am having the same problem
    If you got an answer can you please e-mail me at
    ggeorgioumakila @hotmail.com

    Thanks


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    • Mario Pflucker

      #3
      Re: Debugging problem


      "GG" <gg@hotmail.com > wrote in message
      news:#QxblWWqDH A.1928@TK2MSFTN GP12.phx.gbl...[color=blue]
      > I am having the same problem
      > If you got an answer can you please e-mail me at
      > ggeorgioumakila @hotmail.com
      >
      > Thanks
      >
      >
      > *** Sent via Developersdex http://www.developersdex.com ***
      > Don't just participate in USENET...get rewarded for it![/color]


      Comment

      • Mario Pflucker

        #4
        Re: Debugging problem

        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

        mariop@finkl.co m



        "GG" <gg@hotmail.com > wrote in message
        news:#QxblWWqDH A.1928@TK2MSFTN GP12.phx.gbl...[color=blue]
        > I am having the same problem
        > If you got an answer can you please e-mail me at
        > ggeorgioumakila @hotmail.com
        >
        > Thanks
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        Working...