Page 1 of 1
jaPBe - older version
Posted: Tue Mar 14, 2006 3:19 pm
by chippy73
I am running PB 3.94 with jaPB v2.5.4.22
The above version of jaPBe has a debugger change which I don't like.
I am looking for the previous version of jaPBe before this change was made to the debugger screen.
Can anyone point me to a site where I can get it? The jaPBe site doesn't list any previous versions other than pre pb3.90 and I don't want to go back that far.
Or maybe someone can email it to me?
email:
alan.carpenter@homecall.co.uk
Many thanks for any help.
Alan
Posted: Tue Mar 14, 2006 4:57 pm
by gnozal
The debugger has nothing to do with jaPBe
Purebasic 3.94 introduced a new IDE and 3 new debuggers ; jaPBe (and all the other 3rd party editors) uses the standalone debugger.
Posted: Tue Mar 14, 2006 5:17 pm
by chippy73
gnozal
So am I right in saying that when I select compile/debug button in JaPBe it is actually using the PB debugger?
This means that I need to go back to PB3.91 ??
Alan
Posted: Tue Mar 14, 2006 5:28 pm
by gnozal
chippy73 wrote:So am I right in saying that when I select compile/debug button in JaPBe it is actually using the PB debugger?
Yes
chippy73 wrote:This means that I need to go back to PB3.91
I don't understand what's wrong with the new debugger ?
Posted: Tue Mar 14, 2006 7:39 pm
by chippy73
What's wrong with the new debugger?
Well, you have to keep hitting the update button to see the variables change, in the previous one which was screen-wise smaller, the variables changed in real time.
You mentioned 3 debuggers. Do I have a choice in which one I can use?
I still prefer the old debugger. It was easier to use, in my opinion.
Alan
Posted: Tue Mar 14, 2006 8:15 pm
by Flype
How can you prefer an unsupported version of purebasic ? You are surprising me a lot !
How will you do next year ? and the year after ? You will stay with PB3.91 ?
Well, i think it's better to explain what's wrong today in order to correct it for future.
:roll:
Posted: Tue Mar 14, 2006 9:16 pm
by PB
> you have to keep hitting the update button to see the variables change
You now use the Watch viewer for that.
Posted: Thu Mar 16, 2006 10:24 am
by chippy73
Thank you PB, that works fine.