Debugging Tcl [message #32287] |
Wed, 01 October 2008 16:06  |
Eclipse User |
|
|
|
Hi,
I've setup my system which I believe has all the correct components (SDK
3.4, DLTK .95, tcl8.5, and the komodo debugger 4.4). I'm confident that
all is well as I can debug a small application. If I try to debug a larger
one (~1500 lines) the debugger exits with a result of 0. Here is the log:
Event: CHANGE from org.eclipse.debug.core.model.RuntimeProcess
Event: CREATE from org.eclipse.debug.core.model.RuntimeProcess
Event: CHANGE from org.eclipse.debug.core.model.RuntimeProcess
Event: MODEL_SPECIFIC from
org.eclipse.dltk.internal.debug.core.model.ScriptDebugTarget
Event: CREATE from org.eclipse.dltk.internal.debug.core.model.ScriptThread
Event: MODEL_SPECIFIC from
org.eclipse.dltk.internal.debug.core.model.ScriptThread
Event: RESUME from org.eclipse.dltk.internal.debug.core.model.ScriptThread
Event: CHANGE from org.eclipse.dltk.internal.debug.core.model.ScriptThread
<< DbgpPacket (152 bytes) <?xml version="1.0" encoding="UTF-8" ?>
<response xmlns="urn:debugger_protocol" command="step_into"
transaction_id="10" status="stopping" reason="ok" />
>> stop -i 11
<< DbgpPacket (146 bytes) <?xml version="1.0" encoding="UTF-8" ?>
<response xmlns="urn:debugger_protocol" command="stop" transaction_id="11"
status="stopped" reason="ok" />
Event: TERMINATE from
org.eclipse.dltk.internal.debug.core.model.ScriptThread
Any ideas?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04657 seconds