Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-16 Thread Marcus Denker
> On 16 Apr 2018, at 11:18, Marcus Denker wrote: > > > >> On 12 Apr 2018, at 17:18, Marcus Denker > > wrote: >> >> >> >>> On 12 Apr 2018, at 17:06, Hilaire >> > wrote: >>> >>> Hi Marcus, Benoit, >>> >>> Nice to know. I was testing i

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-16 Thread Marcus Denker
> On 12 Apr 2018, at 17:18, Marcus Denker wrote: > > > >> On 12 Apr 2018, at 17:06, Hilaire wrote: >> >> Hi Marcus, Benoit, >> >> Nice to know. I was testing in a set up with both .changes and source files. >> So I was suspecting something like what your described. I can imagine in >> pr

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-12 Thread Hilaire
Thanks. Le 12/04/2018 à 17:18, Marcus Denker a écrit : I should have a fix ready tomorrow. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-12 Thread Marcus Denker
> On 12 Apr 2018, at 17:06, Hilaire wrote: > > Hi Marcus, Benoit, > > Nice to know. I was testing in a set up with both .changes and source files. > So I was suspecting something like what your described. I can imagine in > production code your feature to speed up compilation will be appreci

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-12 Thread Hilaire
Hi Marcus, Benoit, Nice to know. I was testing in a set up with both .changes and source files. So I was suspecting something like what your described. I can imagine in production code your feature to speed up compilation will be appreciated. For Dr. Geo and Smalltalk sketch, it is better to h

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-12 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- What happens if you debug the script starting with a "self halt" ?  Are the variables there with their original name?  looks like decompiled code.  A problem with your .sources file? - Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pin

Re: [Pharo-users] In P7 scrpt variable to tmp when in debugger

2018-04-12 Thread Marcus Denker
> On 12 Apr 2018, at 16:10, Hilaire wrote: > > Hi, > > When an executed script throws an error, in the debugger the script lost its > variable names and the code is not exactly the same. > > Any idea why? > Hello, I changed the way code is compiled for #evaluate: to speed it up, but it tu