Hello, This week was pretty bad, because I have my first days of the university, and I actually haven't got enough time to work. So I will work harder next weeks, as there is not so much time left.
I've studied sbl docs, and found out that it is a really simple and useful format, which can be fully supported in this project. The only limitation - we know the java bytecode to java source mapping only up to the source lines. So that we don't know the exact positions of the instructions in java source file lines. And we don't know the first and last characters in line, so it is not really good looking visually. Anyway, debugging is working well, we can set breakpoints, go through code, examine stack etc. I've also found some problems during adaptation of wm/deb to java files. It seems to be not an easy task, as deb assumes that it works with Limbo sources too much, so I'm still working on that. The next thing to do will be java adts and types export to sbl. It would be really useful to see all the fields, arguments and some vars while debugging, and it seems to be not so difficult to implement. -- Regards, Dmitry Kabak -- You received this message because you are subscribed to the Google Groups "Plan 9 Google Summer of Code" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/plan9-gsoc. For more options, visit https://groups.google.com/groups/opt_out.
