Hi all,

The debugger can't show the value of global statics. The following program in 
Harbour gives the value of n1 as nil in the command window. Clipper and 
xHarbour shows the correct value. Only the displayed value in the debug command 
window is wrong. Harbour uses the correct value in the program of course.

/* Borland v5.82, Windows XP */
Static n1:= 5
function Main()
Static n2:= 3

AltD()
Clear screen
?
? n1, n2
?

RETURN 0
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to