Skip to main content

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

Hi Abhishek,

On Thu, Oct 29, 2015 at 2:01 AM, Abhishek Tiwari <abhishek.tiwari@xxxxxxxxx> wrote:
I attempted following
1.configured debugger as per this
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.

As I understand the message, DLTK would like to have a path to tcl.exe.

Regards,
Alex
 

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



_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top