Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] debugging rhino.dbgp?

Hi Christian,

The simple way to debug it:

a) Increase DBGP connection timeout in DLTK preferences to greater value than default 10 seconds
b) Temporary modify JavaScriptInterpreterRunner so it will not not start the new java process
c) Start dbgp java process manually with the correct arguments

So you will have 2 processes started communicating with each other.

Regards,
Alex

----- Original Message -----
From: "Christian Thillemann" <christianthillemann@xxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, March 2, 2009 7:57:17 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] debugging rhino.dbgp?

Hi

Just a short question; is it possible to debug the code for the 
debugger? We’re using DBGP and a similar organization as in the 
javascript project. So I guess we just want to know whether it is 
possible to debug in org.eclipse.dltk.javascript.rhino.dbgp, and if so how?

Cheers
Christian &David
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top