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

2016-09-07 Thread Denis Kudriashov
Hi Norbert. 2016-07-29 10:45 GMT+02:00 Norbert Hartl : > > I start implement optimized protocol and I got really nice results. I > reduce size of packet in my example to 16 bytes. I not measure performance > yet but it should be better too. Also new protocol will allow

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

2016-07-29 Thread Denis Kudriashov
2016-07-29 10:45 GMT+02:00 Norbert Hartl : > That sounds wonderful! Thank you very much! Is the new code online? Not yet. Probably I will finish it next week.

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

2016-07-29 Thread Norbert Hartl
> Am 29.07.2016 um 10:20 schrieb Denis Kudriashov : > > Hi Norbert. > > 2016-07-19 16:11 GMT+02:00 Denis Kudriashov >: > > I see big room for optimizations here. > Look at very small unit of communication: delivering

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

2016-07-29 Thread Pavel Krivanek
2016-07-29 10:20 GMT+02:00 Denis Kudriashov : > Hi Norbert. > > 2016-07-19 16:11 GMT+02:00 Denis Kudriashov : > >> >> I see big room for optimizations here. >> Look at very small unit of communication: delivering integer result (from >> [1+2]

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

2016-07-29 Thread Denis Kudriashov
Hi Norbert. 2016-07-19 16:11 GMT+02:00 Denis Kudriashov : > > I see big room for optimizations here. > Look at very small unit of communication: delivering integer result (from > [1+2] evaluation). Following object is responsible for this: > > request :=

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

2016-07-19 Thread Ben Coman
On Tue, Jul 19, 2016 at 10:30 PM, Denis Kudriashov wrote: > > 2016-07-18 18:26 GMT+02:00 Ben Coman : > >> I've been meaning to get a BBB. I looks like bit better platform for >> an industrial controller / robotics than the Rpi - in particular its >>

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

2016-07-19 Thread Denis Kudriashov
2016-07-18 18:26 GMT+02:00 Ben Coman : > I've been meaning to get a BBB. I looks like bit better platform for > an industrial controller / robotics than the Rpi - in particular its > Programming Realtime Unit. Knowing someone else has one maybe I'll > get one now. In the

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] [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,