Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » TCL - Step Into not working while debugging
TCL - Step Into not working while debugging [message #703548] Wed, 27 July 2011 17:19
Frank is currently offline FrankFriend
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


Previous Topic:[BUILD] S-3.0RC4-201106091504
Next Topic:Debug Perspective not triggering on program suspend
Goto Forum:
  


Current Time: Thu Apr 25 06:09:11 GMT 2024

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

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

Back to the top