Re: [Gambas-user] Debugging with libraries

2016-02-02 Thread Christof Thalhofer
Am 02.02.2016 um 12:31 schrieb Tobias Boege: > P, sounds error-prone if *I* had to do it -- and not the nice kind of > error but the bad kind where you permanently lose files or forget that you > have still old copies of library sources in some project and wonder why the > code crashes. Ther

Re: [Gambas-user] Debugging with libraries

2016-02-02 Thread Tobias Boege
On Tue, 02 Feb 2016, Christof Thalhofer wrote: > Hi, > > Am 02.02.2016 um 00:12 schrieb Tobias Boege: > > > now that I use a library in my projects, I noticed that debugging these > > projects is sufficiently harder. E.g. if a call into the library raises > > an error, I cannot display local vari

Re: [Gambas-user] Debugging with libraries

2016-02-02 Thread Christof Thalhofer
Hi, Am 02.02.2016 um 00:12 schrieb Tobias Boege: > now that I use a library in my projects, I noticed that debugging these > projects is sufficiently harder. E.g. if a call into the library raises > an error, I cannot display local variables and have basically to resort > to Debug statements in t

[Gambas-user] Debugging with libraries

2016-02-01 Thread Tobias Boege
Hi, now that I use a library in my projects, I noticed that debugging these projects is sufficiently harder. E.g. if a call into the library raises an error, I cannot display local variables and have basically to resort to Debug statements in the library. My question is this: is it possible with