Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Komodo TCL debugger inside eclipse(Komdo TCl debugger doesnt recognise breakpoints inside a tcl program, when the program called by a perl script)
Komodo TCL debugger inside eclipse [message #1403520] Thu, 24 July 2014 09:40 Go to next message
venkat palli is currently offline venkat palliFriend
Messages: 1
Registered: July 2014
Junior Member
Hi Everyone,

i am new to this forum as well as Eclipse IDE.

i am using DLTK for tcl in Eclipse along with the Active Tcl Komodo Debugger for debugging my project.

My project would contain a perl script which in turn runs multiple Tcl scripts.

Perl Script >>>> [Tcl scripts(debug)]



My main interest is to debug the Tcl scripts ( by use of break points ). If i have to use the Tcl debugger (in debug mode), i wouldn't be able to run the main perl script to start the program execution. Hence i have to come up with a wrapper script
which is written in Tcl.
Tcl Wrapper script >>> [Exec Per Script > [Tcl scripts(debug)]]
this script uses " Exec " to run the perl which in turn would run the Actual tcl scripts of interest.

However, as the exec calls for another spawned process, looks like the Tcl debugger is not able to trace the breakpoints which are inside the Tcl scripts(debug), as its only looking into the main tcl wrapper script.


It would be great if anyone can help me to get around with this issue.

Thanks,
Venkat


Re: Komodo TCL debugger inside eclipse [message #1403623 is a reply to message #1403520] Thu, 24 July 2014 16:16 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/24/2014 07:49 AM, venkat palli wrote:
> Hi Everyone,
>
> i am new to this forum as well as Eclipse IDE.
>
> i am using DLTK for tcl in Eclipse along with the Active Tcl Komodo
> Debugger for debugging my project.
>
> My project would contain a perl script which in turn runs multiple Tcl
> scripts.
> Perl Script >>>> [Tcl scripts(debug)]
>
>
>
> My main interest is to debug the Tcl scripts ( by use of break points ).
> If i have to use the Tcl debugger (in debug mode), i wouldn't be able to
> run the main perl script to start the program execution. Hence i have to
> come up with a wrapper script
> which is written in Tcl. Tcl Wrapper script >>> [Exec Per
> Script > [Tcl scripts(debug)]]
> this script uses " Exec " to run the perl which in turn would run the
> Actual tcl scripts of interest.
>
> However, as the exec calls for another spawned process, looks like the
> Tcl debugger is not able to trace the breakpoints which are inside the
> Tcl scripts(debug), as its only looking into the main tcl wrapper script.
>
>
> It would be great if anyone can help me to get around with this issue.
> Thanks,
> Venkat

As this forum is only for asking questions about installing and using
Eclipse, and Komodo isn't created by Eclipse, you'll likely do better
using Google and/or contacting the Komodo community for support.

Just sayin'.
Previous Topic:svn plugin
Next Topic:JPA and HSQL
Goto Forum:
  


Current Time: Fri Apr 19 16:47:10 GMT 2024

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

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

Back to the top