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
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.
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
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Debugger question
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
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Debugger question
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
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
Debugger question
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
> 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
Debugger question
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
> 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
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
Debugger question
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
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
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
Debugger question
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
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