Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Code coverage tcl

I attempted following
1.configured debugger as per this
https://blogsai.wordpress.com/2009/10/15/configuring-eclipse-as-tcltk-ide/
2.create a new tcl project in eclipse.
3.created a new tcl file in the project.
& copied the content of the  the relevant tcl file into this.
4.Navigated Run->Debug. This throws error :
Could not find default interpreter. Do you want to configure interpreter now.

Please help

Regards
Abhishek

On Thu, Oct 29, 2015 at 12:51 AM, Abhishek Tiwari <abhishek.tiwari@xxxxxxxxx> wrote:
Hi,

I need to configure the DLTK(Dynamic Languages Toolkit) inside eclipse so that it runs my tcl scripts with tcl debugger : dbgp_tcldebug.exe(debuging version of tclsh), which will allow me to step through the tcl code.

Could you please help on the documentation to achieve this ?

Regards
Abhishek

On Wed, Oct 28, 2015 at 7:21 PM, Abhishek Tiwari <abhishek.tiwari@xxxxxxxxx> wrote:
Hi
I want to perform code coverage for existing tcl scripts in my project
The project has C++ and tcl 
Kindly help me with details
Regards
Abhishek



Back to the top