pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Pharo Launcher and proxy connexion : New Panel is empty #583

Open Ducasse opened 1 year ago

Ducasse commented 1 year ago

https://github.com/pharo-project/pharo/issues/12036#issuecomment-1339144870

labordep commented 1 year ago
    @labordep  

Hard to say remotely. But you migt want to debug the issue locally - in the settings browser you can enable the development environment and then check in the launcher code by setting breakpoints:

image

and then check where the problem is (either on Pharo side or the network not providing the necessary downloads/Zips)

Originally posted by @astares in https://github.com/pharo-project/pharo/issues/12036#issuecomment-1339236305

labordep commented 1 year ago

I'm trying to do that, when I click on "Enable development environment" a playground is opening.

image

But when I open the "New" panel, there is no exception :( How I can debug that ?