Subj : Re: Rhino Debbuger and Eclipse To : nomadWhale@yahoo.com From : Igor Bukanov Date : Wed Dec 31 1969 04:00 pm nomadWhale wrote: > Hi, > > Trying to figure out a way to integrate rhino debugger to the eclipse > platform. > Anyone thought about it? > I know about Rhino's current debugger but I really need it to be > inside the eclipse envoirment and not be openned in a seperate swing > frame. Rhino debugger is independent from the rest of Rhino and effectively it shows what can be done by using Rhino debug APIs that do not depend on any particular GUI, so it should be possible to use them with Eclipse. On the other hand since majority of code in Rhino debugger is related to Swing GUI, a straightforward port to Eclipse may not be possible, but at least you can use the current debugger as a reference implementation or a documentation source. Regards, Igor .