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

if i launch _javascript_ i see a console coming up that is called Debug Console
(but i think i always did see that, in that one i see our errors or outer outputs)

Is that the one?
If not how can i test that other one?

I only see a _javascript_ Console but that runs a Tlc console that doesnt work for us at all:

Exception in thread "Script Console Command Handler" java.lang.NullPointerException
    at org.eclipse.dltk._javascript_.console._javascript_Interpreter.exec(_javascript_Interpreter.java:30)
    at org.eclipse.dltk.console.ui.ScriptConsole.handleCommand(ScriptConsole.java:350)
    at org.eclipse.dltk.console.ui.internal.ScriptConsoleViewer$1.run(ScriptConsoleViewer.java:146)
    at java.lang.Thread.run(Thread.java:619)

because there is no scriptconsoleio

johan


On Wed, Oct 29, 2008 at 5:03 PM, Alexey Panchenko <alex.panchenko@xxxxxxxxx> wrote:
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
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top