Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Stephan Eggermont
On 18/07/16 12:03, Denis Kudriashov wrote: I glad to release first version of RemoteDebuggingTools project. It allows explore and debug remote images. That is a great step forwards, thank you! Stephan

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Tudor Girba
Great news. Thanks, Denis! Doru > On Jul 18, 2016, at 5:03 AM, Denis Kudriashov wrote: > > I glad to release first version of RemoteDebuggingTools project. It allows > explore and debug remote images. > > You can read details at >

Re: [Pharo-dev] MCSmalltalkhubRepository for Squeak?

2016-07-18 Thread Tobias Pape
On 19.07.2016, at 00:20, Eliot Miranda wrote: > Hi, > > any one have MCSmalltalkhubRepository? I want to load the ASN1 code to > explore a performance regression in the VM, but I must first have access to > smalltalkhub. It's plain Monticello: Use

Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-18 Thread Dale Henrichs
Nicolas and Peter, At this point, I assume that both of you using metadata-less GitFileTree repositories and you have the choice of either replacing the github:// scheme with a gitfiletree:// scheme so that GitFileTree is used to load the packages or using "the Cypress package extension" for

[Pharo-dev] git iceberg and gitfiletree

2016-07-18 Thread Peter Uhnak
Hi, since my question in the bugtracker went under the radar, I am asking here. What is the underlying export format of iceberg? Is it compatible with gitfiletree? Is it (would it be) possible to use one alongside the other? Because even now iceberg seems like much better choice in some

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Ben Coman
On Mon, Jul 18, 2016 at 10:26 PM, Denis Kudriashov wrote: > Hi Ben. > > 2016-07-18 14:46 GMT+02:00 Ben Coman : >> >> Cool stuff Dennis. Does it utilise the remote image's DebuggerUI, or >> DebuggerSession directly? i.e. Is the aim to remotely debug a

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Denis Kudriashov
Hi Ben. 2016-07-18 14:46 GMT+02:00 Ben Coman : > Cool stuff Dennis. Does it utilise the remote image's DebuggerUI, or > DebuggerSession directly? i.e. Is the aim to remotely debug a > headless/UI-less image? This could open up some great possibilities > running a minimal

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Norbert Hartl
> Am 18.07.2016 um 15:00 schrieb Denis Kudriashov : > > > 2016-07-18 12:33 GMT+02:00 Norbert Hartl >: > Needless to say it runs only on pharo6? :) > > I make special version of Seamless which works with Pharo 5. So both

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Norbert Hartl
Needless to say it runs only on pharo6? :) Norbert > Am 18.07.2016 um 12:19 schrieb Norbert Hartl : > > Awesome! I'll immediately will stop all my important work and start playing > with it. I'm really interested how it will perform over high latency > connections. > >

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Norbert Hartl
Awesome! I'll immediately will stop all my important work and start playing with it. I'm really interested how it will perform over high latency connections. Well done, Norbert > Am 18.07.2016 um 12:03 schrieb Denis Kudriashov : > > I glad to release first version of

[Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Denis Kudriashov
I glad to release first version of RemoteDebuggingTools project. It allows explore and debug remote images. You can read details at http://dionisiydk.blogspot.fr/2016/07/remote-debugging-tools-is-ready.html and watch demo at https://youtu.be/SgFjgQpo_nU. Any feedback is welcome. Best regards,