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 application > specific opti

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 integer result (from > [1+2] evaluation). Foll

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] evaluation). Following object is responsible for this:

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 := SeamlessDeliverResultRequest result: (Seam

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 >> Programming Realtime Unit. Knowing someone e

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 back of my mind I've be

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 > http://dionisiydk.blogspot.fr/2016/07/remote-debugging-tools

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

2016-07-18 Thread Norbert Hartl
> Am 18.07.2016 um 13:42 schrieb Denis Kudriashov : > > Thank's > > 2016-07-18 12:19 GMT+02:00 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 > con

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 >> headless/UI-less image? This could open u

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 image on embedded hard

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 Pharo 5 > and 6 are now supported. Just use la

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

2016-07-18 Thread 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 Pharo 5 and 6 are now supported. Just use latest config of RemoteDebuggingTools. All tests are green.

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

2016-07-18 Thread Ben Coman
On Mon, Jul 18, 2016 at 6:19 PM, Norbert Hartl wrote: > 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 :

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

2016-07-18 Thread Denis Kudriashov
Thank's 2016-07-18 12:19 GMT+02:00 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. > Yes, please report your experience. Currently all optimisations are done on mi

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

2016-07-18 Thread p...@highoctane.be
Super cool! On Mon, Jul 18, 2016 at 12:03 PM, Denis Kudriashov wrote: > 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 > wat

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

2016-07-18 Thread Denis Kudriashov
In Pharo 5 block evaluation is not works. Some problems with tests. But debugger works in my simple tests. 2016-07-18 12:33 GMT+02:00 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

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. > > Well done, > > Norbert

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 RemoteDebuggingTools pro

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