In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Debugger always steps into CreateForm

Xailer professional forum in English
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Debugger always steps into CreateForm

Mensaje por Oleg »

Jose,
I debug my first examples and I noticed that when I debug code like this:
func OpenWait(ow)
local oForm, a, aS1, nWidth:=0, i, nTmp
a:=Str2Array(cText, ';')
oForm:=TFormWait():New(Application:oMainForm) // this line
...
return NIL
debugger always step into TFormWait:CreateForm (from .xfm file) unless I
always press {F8} (Step over).
Is it correct behavior? I think that it is more correct to step into it if I
press {F7} and step over if I press {F8}.
Thank you. Oleg.
Responder