Debugging problem.

While debugging using breakpoints the control is not going to the breakpoint.I think there is some problem with settings of VB.We are using VB 6.0.Please help me what couldbe the probable change in settings or there is any other problem.

Answer this question

Debugging problem.

  • johnd2

    under options in VB6 there is a selection for "break on all errors"

    also you need to make sure the line of code with the breakpoint is even being called....start the programm by stepping into the debugger!

  • Debugging problem.