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.

Break points

Xailer professional forum in English
Responder
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Break points

Mensaje por Nick Hilder »

Howdy Gents
For quite sometime I have been fighting with setting break points in Xailer
and then having the program not stop at the set points.
I have just noticed what maybe my frustration.
If I compile my app, use it, close it, then set a break point
the IDE doesn't rebuild the app, this is because i haven't changed any code.
It just executes it without the new breakpoints being inserted
I have to select Project-<Build to get the new break points to work.
is this intended behavour?
Cheers
Nick
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Break points

Mensaje por jfgimenez »

Nick,
> For quite sometime I have been fighting with setting break points in
> Xailer and then having the program not stop at the set points.
>
> I have just noticed what maybe my frustration.
>
> If I compile my app, use it, close it, then set a break point
> the IDE doesn't rebuild the app, this is because i haven't changed any
> code. It just executes it without the new breakpoints being inserted
>
> I have to select Project-<Build to get the new break points to work.
>
> is this intended behavour?
Perhaps the problem is that first the program is compiled without "debug
info". Later, you set that option in the project properties and rebuild all,
so the program becomes compiled with "debug info" and then work breakpoints
as expected. If this is the case, then it's the correct behaviour. If not,
please, tell us how to replicate the problem.
However, we plan to change in xailer 2.0 the way the project is compiled, to
avoid any confussion about "debug info" status.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Break points

Mensaje por jfgimenez »

Nick,
> For quite sometime I have been fighting with setting break points in
> Xailer and then having the program not stop at the set points.
>
> I have just noticed what maybe my frustration.
>
> If I compile my app, use it, close it, then set a break point
> the IDE doesn't rebuild the app, this is because i haven't changed any
> code. It just executes it without the new breakpoints being inserted
>
> I have to select Project-<Build to get the new break points to work.
>
> is this intended behavour?
Perhaps the problem is that first the program is compiled without "debug
info". Later, you set that option in the project properties and rebuild all,
so the program becomes compiled with "debug info" and then work breakpoints
as expected. If this is the case, then it's the correct behaviour. If not,
please, tell us how to replicate the problem.
However, we plan to change in xailer 2.0 the way the project is compiled, to
avoid any confussion about "debug info" status.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder