Hello Przemek,

When using the debugger and having objects with destructors,
sometimes when the AltD() function is executed and the program
execution is paused the destructor code is not called until the first
InKey( 0 ) call is issued and causing  the execution of the destructor
code right after entering the debugger.

The workaround is to have:

  HB_GCAll() ; AltD()


Can we have HB_GCAll() inside AltD() by default ?


best regards,

Teo

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to