Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] i see a lot (or some) changes in the console stuff

Hi,

I have recently (about a week ago) added the console that communicates
via dbgp with the active debugger.
The name of the view is "Debug Console".
It provides special interpreter implementation, so it is not related
to the IScriptConsoleIO.

I have not tested it with javascript, but I think it should work correctly.

Regards,
Alex

On Wed, Oct 29, 2008 at 21:53, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
> So i looked at it again a bit more but both implementations of
> IScriptConsoleIO seem to work directly on sockets and dont go over the dbgp
> protocol
>
> Is it just a way of making a implementation of IScriptConsoleIO that works
> with the dbgp?
>
> Currently i have a console that works with dbgp but i dont want to introduce
> yet another one...
>
> johan
>
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top