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

The class name of the console implemented by me is
org.eclipse.dltk.debug.ui.display.ScriptDisplayView
it is implemented in the standalone view and it is not related to the
standard Console view.

Alex


On Wed, Oct 29, 2008 at 22:20, Johan Compagner wrote:
> 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.JavaScriptInterpreter.exec(JavaScriptInterpreter.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
>
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>
>


Back to the top