Página 1 de 1
Debugger question
Publicado: Mié Jun 14, 2006 5:15 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 5:25 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 5:25 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 7:13 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 7:13 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 7:36 pm
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
Debugger question
Publicado: Mié Jun 14, 2006 7:36 pm
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