Hi all,
We've just made a simple debugger for stepping through bytecodes. It's still just the first version so a lot of things can still be improved. Cheers, Andrei |
I am quite interested in plugin a Roassal visualization to a debugger.
I will discuss with Rosario, but maybe you have worked on something on your side? Would it be hard to have this? Cheers, Alexandre > On Jan 15, 2015, at 6:22 PM, Andrei Chis <[hidden email]> wrote: > > Hi all, > > We've just made a simple debugger for stepping through bytecodes. It's still just the first version so a lot of things can still be improved. > > More info here: https://chisvasileandrei.wordpress.com/2015/01/15/a-bytecode-debugger/ > > Cheers, > Andrei -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Hi, What do you mean by a Roassal plugin? You mean a debugger dedicated to debugging Roassal problems, or you mean Roassal visualizations for various debuggers? To both the answer is that it is easy to do. If you want to see an example of using a Roassal visualization inside a debugger, you can take a look at the Glamour Debugger, but essentially you just have to create a browser like any other and put in there a Roassal presentation. Cheers, Doru On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel <[hidden email]> wrote: I am quite interested in plugin a Roassal visualization to a debugger. |
In reply to this post by Andrei Chis
wow nice, great job Andrei what are the practical uses for this debugger, does it also allow you change the bytecode as the regular debugger allow you to change code ? On Thu, Jan 15, 2015 at 11:22 PM, Andrei Chis <[hidden email]> wrote:
|
On Fri, Jan 16, 2015 at 10:15 AM, kilon alios <[hidden email]> wrote:
Right now it doesn't allow you to change the bytecodes. It's practical uses depend, more of less, on whether or not you are dealing with bytecodes or not. If you are the it's quite useful to see how values are being pushed/popped from the stack. Also the normal debugger executes multiple bytecode instructions at once. Cheers, Andrei
|
Nice I want to play with it.
Le 16/1/15 12:39, Andrei Chis a écrit :
|
It should not be hard to do… Marcus |
In reply to this post by abergel
On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel <[hidden email]> wrote: I am quite interested in plugin a Roassal visualization to a debugger. I didn't got a chance to work more on it, but a simple version is quite easy to implement following the same implementation as the one from the RProfiler debugger. Cheers, Andrei
|
Ok!
Thanks! Alexandre > On Jan 16, 2015, at 2:25 PM, Andrei Chis <[hidden email]> wrote: > > > On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel <[hidden email]> wrote: > I am quite interested in plugin a Roassal visualization to a debugger. > I will discuss with Rosario, but maybe you have worked on something on your side? Would it be hard to have this? > > I didn't got a chance to work more on it, but a simple version is quite easy to implement following the same implementation as the one from the RProfiler debugger. > > > Cheers, > Andrei > > > Cheers, > Alexandre > > > > On Jan 15, 2015, at 6:22 PM, Andrei Chis <[hidden email]> wrote: > > > > Hi all, > > > > We've just made a simple debugger for stepping through bytecodes. It's still just the first version so a lot of things can still be improved. > > > > More info here: https://chisvasileandrei.wordpress.com/2015/01/15/a-bytecode-debugger/ > > > > Cheers, > > Andrei > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
In reply to this post by Tudor Girba-2
Yes!
This is important for us to be able to do that :-) Cheers, Alexandre > On Jan 16, 2015, at 6:04 AM, Tudor Girba <[hidden email]> wrote: > > Hi, > > What do you mean by a Roassal plugin? You mean a debugger dedicated to debugging Roassal problems, or you mean Roassal visualizations for various debuggers? > > To both the answer is that it is easy to do. If you want to see an example of using a Roassal visualization inside a debugger, you can take a look at the Glamour Debugger, but essentially you just have to create a browser like any other and put in there a Roassal presentation. > > Cheers, > Doru > > On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel <[hidden email]> wrote: > I am quite interested in plugin a Roassal visualization to a debugger. > I will discuss with Rosario, but maybe you have worked on something on your side? Would it be hard to have this? > > Cheers, > Alexandre > > > > On Jan 15, 2015, at 6:22 PM, Andrei Chis <[hidden email]> wrote: > > > > Hi all, > > > > We've just made a simple debugger for stepping through bytecodes. It's still just the first version so a lot of things can still be improved. > > > > More info here: https://chisvasileandrei.wordpress.com/2015/01/15/a-bytecode-debugger/ > > > > Cheers, > > Andrei > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Free forum by Nabble | Edit this page |