Debugging problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MarksS

    Debugging problem

    Hello I would just like to ask how to find some parts of code. I just got a new job and I don't know how to navigate through all the code just yet so...

    I am debugging some software (the error I get is "Conversion from type string "" to "Integer" is not valid") and I can't find some part of code. The call stack just gives me some data when I hit the error, but I can't find the place where one of the values change from string to integer, or even where the string and integer are both being called. The values are also not defined at the top of the file, because they are all being called from SQL databases and as such this is complete <censored>. So any suggestions, how to handle this?
    Last edited by Curtis Rutland; Oct 18 '10, 09:51 PM. Reason: Edited for language.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    You should be able to double click the exception in the Error List and it should just take you right to it.

    Comment

    Working...