Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Why DLTK does not support trace in multiple files?

 
There are two files writen in Tcl.
test.tcl
source {C:\test_logic.tcl}
init
test_logic.tcl
proc init {} {
    sets i 5   
}
Then debug test.tcl. When execute init, the error message is "Source not found stack Frame #0".
Then next error is com.xored.dbgp.errors.DbgpRequestException.
 
Debugging is right if the scope limits to one single file.
Could anyone tell me if DLTK support this kind of debug? If it does, what's wrong with my case?
 
Best regards,
Joy
 
 


Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel
to find your fit.

Back to the top