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 question

Xailer professional forum in English
Responder
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Debugger question

Mensaje por Giuseppe Bogetti »

Hi,
If I have two project:
xLib which is a library
xApp Which is the applicatione that uses the library
When I'm debugging xApp, is it possible to instruct the debugger to
look for the sources also in xLibSource folder ?
If yes, can you tell me how, please ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Debugger question

Mensaje por ignacio »

Giuseppe,
Of course, you need to have the source code of the library, and you only
need to include them in the proyect.
Regards,
"Giuseppe Bogetti" <orangeREMOVEMEsocks@bgsoft.it> escribió en el mensaje
news:1ihlao7i3uea6$[email=.19mmubrevr91c.dlg@40tude.net...].19mmubrevr91c.dlg@40tude.net...[/email]
> Hi,
>
> If I have two project:
> xLib which is a library
> xApp Which is the applicatione that uses the library
>
> When I'm debugging xApp, is it possible to instruct the debugger to
> look for the sources also in xLibSource folder ?
>
> If yes, can you tell me how, please ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Debugger question

Mensaje por NoName »

Giuseppe,
Of course, you need to have the source code of the library, and you only
need to include them in the proyect.
Regards,
"Giuseppe Bogetti" <orangeREMOVEMEsocks@bgsoft.it> escribió en el mensaje
news:1ihlao7i3uea6$[email=.19mmubrevr91c.dlg@40tude.net...].19mmubrevr91c.dlg@40tude.net...[/email]
> Hi,
>
> If I have two project:
> xLib which is a library
> xApp Which is the applicatione that uses the library
>
> When I'm debugging xApp, is it possible to instruct the debugger to
> look for the sources also in xLibSource folder ?
>
> If yes, can you tell me how, please ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Debugger question

Mensaje por jfgimenez »

Giuseppe,
> If I have two project:
> xLib which is a library
> xApp Which is the applicatione that uses the library
>
> When I'm debugging xApp, is it possible to instruct the debugger to
> look for the sources also in xLibSource folder ?
>
> If yes, can you tell me how, please ?
There is also another way... compile the library with debugger info and add
its source path to the source path of the app project (put a semicolon
between both paths). That is, the project should have in its source path
something like: c:xappsource;c:xlibsource
--
Regards,
Jose F. Gimenez
http://www.xailer.com
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:

Debugger question

Mensaje por jfgimenez »

Giuseppe,
> If I have two project:
> xLib which is a library
> xApp Which is the applicatione that uses the library
>
> When I'm debugging xApp, is it possible to instruct the debugger to
> look for the sources also in xLibSource folder ?
>
> If yes, can you tell me how, please ?
There is also another way... compile the library with debugger info and add
its source path to the source path of the app project (put a semicolon
between both paths). That is, the project should have in its source path
something like: c:xappsource;c:xlibsource
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Debugger question

Mensaje por Giuseppe Bogetti »

Il Wed, 14 Jun 2006 19:13:21 +0200, Jose F. Gimenez ha scritto:
Jose, Ignacio,
> There is also another way... compile the library with debugger info and add
> its source path to the source path of the app project (put a semicolon
> between both paths). That is, the project should have in its source path
> something like: c:xappsource;c:xlibsource
This is what I was looking for.
Thank you both.
And big compliments for the finest debbugger I've ever had the pleasure to
use to develop xHarbour code !!
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Debugger question

Mensaje por Giuseppe Bogetti »

Il Wed, 14 Jun 2006 19:13:21 +0200, Jose F. Gimenez ha scritto:
Jose, Ignacio,
> There is also another way... compile the library with debugger info and add
> its source path to the source path of the app project (put a semicolon
> between both paths). That is, the project should have in its source path
> something like: c:xappsource;c:xlibsource
This is what I was looking for.
Thank you both.
And big compliments for the finest debbugger I've ever had the pleasure to
use to develop xHarbour code !!
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Responder