Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Unable to run/debug remote files
Unable to run/debug remote files [message #38819] Mon, 13 July 2009 10:31
suprit  is currently offline suprit Friend
Messages: 15
Registered: July 2009
Junior Member
Hi,
I have upgraded my IDE from eclipse 3.4 + dltk S1.0M4
to eclipse 3.5 (galileo) + dltk1.0 and RSE3.1.

Here, when I try to launch(run/debug) the remote files,it forms a command
line and write it to a temporary shell script on the unix terminal and
then log in to the unix and tries to run that shell script using "exec
/bin/sh <temp_file>.sh" command.

But in my case, loggin is a 2 step process:
1. It asks for login/password details after that
2. It shows a module area selection menu. We have to give module area
number as user input and press enter.
Only after completing these steps, the command prompt is made available.
Hence, there is a mismatch in firing command.

Is it possible to get handle to give the initial and final commands before
and after the actual "exec" command ? i.e if it is possible to customise
the command firing sequence ,so that after loggin in command firing
sequence will be :

<initial commands> (user will give this via some get method, say,
preFireCommandCheck()-optional)

"exec /bin/sh <temp_file>.sh" command.

<finalcommands> (user will give this via some get method, say,
postFireCommandCheck -optional)

Please Help.

Regards,
Suprit
Previous Topic:TCL Perspective - Script Explorer
Next Topic:Not able to get option to switch to debug perspective for remote files
Goto Forum:
  


Current Time: Fri Apr 26 05:36:28 GMT 2024

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

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

Back to the top