so I created a fresh Pharo 7.0.1 and Spotter works fine out of the box.
Then I used Iceberg to update to Pharo 8.0, this breaks Spotter.
Certainly not the recommended way, but its all I got at the moment to get into Pharo 8.0 development.
cheers -ben
and Spotter worked well (>I broke it but loading old code from Pharo 60).
Stef
> On 2 Feb 2019, at 10:25, Ben Coman <btc@openinworld.com> wrote:
>
> I upgraded Pharo 7.0.1 to latest Pharo 8.0 branch.
> Now when I hit <Ctrl-Enter> I get a debugger...
> Instance of AnObsoleteGTSpotterGlobalShortcut class did not understand #openGlobalSpotter
>
> Although not a certified way to upgrade, its maybe useful.
> I've looked through settings and class-side methods for some way to reset this.
> Is there some class reset or initialization that can be run to clear this up?
>
> cheers -ben