Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » ja debugging
ja debugging [message #493310] Sat, 24 October 2009 16:28 Go to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Would very much like for someone to look into how js ca be debugged
inline with the rest if b3 syntax. If we hand off to js, how are
breakpoints set for instance?

--
- henrik
Re: ja debugging [message #495941 is a reply to message #493310] Fri, 06 November 2009 18:03 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
FWIW we have the same problem in e4 and are looking at being able to support
debugging both JavaScript(Rhino) and Java on the same stack. We do not
currently have multi-language support for a single debug target but you can
still debug the Java and JavaScript debug targets independently.
-Simon

"Henrik Lindberg" <henrik.lindberg@cloudsmith.com> wrote in message
news:1716214770278094432.868440henrik.lindberg-cloudsmith.com@news.eclipse.org...
> Would very much like for someone to look into how js ca be debugged
> inline with the rest if b3 syntax. If we hand off to js, how are
> breakpoints set for instance?
>
> --
> - henrik
Re: ja debugging [message #496032 is a reply to message #495941] Sat, 07 November 2009 12:05 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Simon,
One interesting approach that we are looking at is to compile the script code into java bytecodes
and then use JPDA. It supports debugging non-java sources so it seems we'd get a lot for free doing
it that way. I'm not sure what the Eclipse Debug Framework brings into the equation, but I assume
that it's somehow based on JPDA?

Regards,
Thomas Hallgren

Simon Kaegi wrote:
> FWIW we have the same problem in e4 and are looking at being able to support
> debugging both JavaScript(Rhino) and Java on the same stack. We do not
> currently have multi-language support for a single debug target but you can
> still debug the Java and JavaScript debug targets independently.
> -Simon
>
> "Henrik Lindberg" <henrik.lindberg@cloudsmith.com> wrote in message
> news:1716214770278094432.868440henrik.lindberg-cloudsmith.com@news.eclipse.org...
>> Would very much like for someone to look into how js ca be debugged
>> inline with the rest if b3 syntax. If we hand off to js, how are
>> breakpoints set for instance?
>>
>> --
>> - henrik
>
>
Re: ja debugging [message #590547 is a reply to message #493310] Fri, 06 November 2009 18:03 Go to previous message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
FWIW we have the same problem in e4 and are looking at being able to support
debugging both JavaScript(Rhino) and Java on the same stack. We do not
currently have multi-language support for a single debug target but you can
still debug the Java and JavaScript debug targets independently.
-Simon

"Henrik Lindberg" <henrik.lindberg@cloudsmith.com> wrote in message
news:1716214770278094432.868440henrik.lindberg-cloudsmith.com@news.eclipse.org...
> Would very much like for someone to look into how js ca be debugged
> inline with the rest if b3 syntax. If we hand off to js, how are
> breakpoints set for instance?
>
> --
> - henrik
Re: ja debugging [message #590559 is a reply to message #495941] Sat, 07 November 2009 12:05 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Simon,
One interesting approach that we are looking at is to compile the script code into java bytecodes
and then use JPDA. It supports debugging non-java sources so it seems we'd get a lot for free doing
it that way. I'm not sure what the Eclipse Debug Framework brings into the equation, but I assume
that it's somehow based on JPDA?

Regards,
Thomas Hallgren

Simon Kaegi wrote:
> FWIW we have the same problem in e4 and are looking at being able to support
> debugging both JavaScript(Rhino) and Java on the same stack. We do not
> currently have multi-language support for a single debug target but you can
> still debug the Java and JavaScript debug targets independently.
> -Simon
>
> "Henrik Lindberg" <henrik.lindberg@cloudsmith.com> wrote in message
> news:1716214770278094432.868440henrik.lindberg-cloudsmith.com@news.eclipse.org...
>> Would very much like for someone to look into how js ca be debugged
>> inline with the rest if b3 syntax. If we hand off to js, how are
>> breakpoints set for instance?
>>
>> --
>> - henrik
>
>
Previous Topic:opinions wanted on this query experiment
Next Topic:Eclipse Modeling Days
Goto Forum:
  


Current Time: Fri Apr 19 10:42:03 GMT 2024

Powered by FUDForum. Page generated in 0.02867 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top