Hi, 2008/5/23 Patrick Mast, xHarbour.com <[EMAIL PROTECTED]>: > Been hunting a bug since a few days now in our application. > > I was thinking.. It would have helped me a lot if this is possible: > Knowing what source code line in our changed the value of a variable. > > I'm thinking of a window where I can put in a variablename and see > when the var's value changes and what line in which PRG causes the var > to change. > > Is this possible?
This is called "tracepoints" in the debugger. When the expression value changes, debugger stops execution. -- Ph. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

