[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Stéphane Ducasse
no just recursive and without correct exit :) > On 3 Jun 2021, at 15:32, Russ Whaley wrote: > > Yes, I figured I had done something taboo :) > > On Thu, Jun 3, 2021 at 9:31 AM Gabriel Cotelli > wrote: > Probably you put a breakpoint in code that is used by the de

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Russ Whaley
Yes, I figured I had done something taboo :) On Thu, Jun 3, 2021 at 9:31 AM Gabriel Cotelli wrote: > Probably you put a breakpoint in code that is used by the debugger > infrastructure... you can use object-centric breakpoints for this use case > to break only on the presenter instance that you

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Gabriel Cotelli
Probably you put a breakpoint in code that is used by the debugger infrastructure... you can use object-centric breakpoints for this use case to break only on the presenter instance that you want to debug. On Thu, Jun 3, 2021 at 10:24 AM Russ Whaley wrote: > Well, good news, bad news. I AM abl

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Joachim Tuchel
David, I don’t think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you try… Joachim > Am 03.06.2021 um 14:38 schrieb David Pennington : > > Surely, one of the bases

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread David Pennington
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you can’t set break points? I have lost you here. David > On 3 Jun 2021, at 08:39, Esteban Lorenzano wrote: > > I still do not

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Russ Whaley
Interesting. However, when I attempt to set a breakpoint on any code in those repos, I get a debugger failure when attempting to run my app. I’ll see if I can get a screenshot of the error message. On Thu, Jun 3, 2021 at 7:49 AM Tim Mackinnon wrote: > Following this from the sidelines - I think

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Esteban Lorenzano
On Jun 3 2021, at 1:48 pm, Tim Mackinnon wrote: > Following this from the sidelines - I think sometimes the confusion comes > from the Iceberg window showing red/detached repos that are only important if > you are actively working on Pharo itself - however they “look” important. > > I’m not su

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Tim Mackinnon
Following this from the sidelines - I think sometimes the confusion comes from the Iceberg window showing red/detached repos that are only important if you are actively working on Pharo itself - however they “look” important. I’m not sure if we have this feature request - but I’ve often thought

[Pharo-users] Re: voyage in singleton mode

2021-06-03 Thread Sabine Manaa
Hi Russ, there are also some videos at youtube: https://youtu.be/sYFAwjpCFKA https://youtu.be/1szVgKQm474 Note that there are some starting questions have been answered in the mailing list: http://forum.world.st/template/NamlServlet.jtp?macro=search_page&node=1294836&query=voyage&n=1294836 an

[Pharo-users] Re: And it goes on - How do I fix a missing repository

2021-06-03 Thread Esteban Lorenzano
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints). Esteban On Jun 3 2021, at 12:18 am, Russ Whaley wrote: > Thanks for the info, Stephane. I was wondering also about the sour

[Pharo-users] Re: voyage in singleton mode

2021-06-03 Thread Stéphane Ducasse
Have a look at the Voyage booklet available on books.pharo.org and let us know. S > On 3 Jun 2021, at 00:25, Russ Whaley wrote: > > I am very interested in getting started with MongoDB. I’ve been using STON > for full object model read/writes, but I’d like to take t

[Pharo-users] Re: voyage in singleton mode

2021-06-03 Thread Esteban Lorenzano
hi, you can start by voyage which is an Object-Document mapper or directly with the mongo driver if you do not want to use it :) in any case, installing voyage will install also the driver and you can start there to see how it works ;) Esteban On Jun 3 2021, at 12:25 am, Russ Whaley wrote: > I