TCL - Step Into not working while debugging [message #703548] |
Wed, 27 July 2011 17:19 |
Frank Messages: 2 Registered: July 2011 |
Junior Member |
|
|
Under Eclipse 3.7, doing some TCL work with the Active State Komodo Debug Engine, "Step Into" while debugging doesn't work.
For example:
File1:
puts "Starting"
utilLibTest::testDebugStepInto
puts "Done"
File2:
proc utilLibTest::testDebugStepInto { } {
puts "Line 1"
puts "Line 2"
}
In File1, if I try "step into" on the utilLibTest::testDebugStepInto, it simply puts me on the 'puts "Done"' line. The proc ran as I see the "Line 1" and "Line 2" output. Also, if I put a breakpoint on utilLibTest::testDebugStepInto itself, it will correctly stop there. I just can't step in.
The folks at ActiveState verified this works fine in the debug engine using Komodo as the IDE.
Any thoughts?
Thanks,
Frank
|
|
|
Powered by
FUDForum. Page generated in 0.02954 seconds