Página 1 de 1

Break points

Publicado: Lun Mar 17, 2008 6:02 am
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

Break points

Publicado: Lun Mar 17, 2008 11:57 am
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

Break points

Publicado: Lun Mar 17, 2008 11:57 am
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