Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Debug engine error?


  if you haven't already, try asking the active state guys about the error over in their support forums. they are pretty responsive and should be able to help if the error is occurring from inside their engine.

On 8/15/07, wang dada <runtoac@xxxxxxxxx> wrote:
Hello,
I added a custom debug view in my RCP, which shows the result of a piece of tcl script when the program suspend. This piece of tcl script is evaluated in such way,
currentDebugThread.getEvaluationEngine().asyncEvaluate(tcl script). Now this view works fine, but when I click step over too fast, errors occurred . Could somebody tell me why this happen? It seems the error is from Active debug engine, right? Is there any possible solution?
::engine::Snit_inst1::dbg step called with an app that is not stopped.
    while executing
"# Compiled -- no source code available
error "called a copy of a compiled script""
    (procedure "::dbgtalk::Snit_methodstep" line 1)
    invoked from within
"::dbgtalk::Snit_methodstep ::dbgtalk ::dbgtalk::Snit_inst1 ::engine::Snit_inst1::dbg ::engine::Snit_inst1::dbg over"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"::engine::Snit_inst1::dbg step over"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"# Compiled -- no source code available
error "called a copy of a compiled script""
    (procedure "::dbgp::step::Snit_methodDoStepOver" line 1)
    invoked from within
"::dbgp::step::Snit_methodDoStepOver ::dbgp::step ::dbgp::step::Snit_inst1 ::dbgp::client::Snit_inst1::stepper ::dbgp::client::Snit_inst1::stepper step..."
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"::dbgp::client::Snit_inst1::stepper DoStepOver step_over {-i 244}"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 [linsert $args 0 $self]"
    invoked from within
"::snit::RT.CallInstance ::dbgp::step::Snit_inst1 DoStepOver step_over {-i 244}"
    ("eval" body line 1)
    invoked from within
"# Compiled -- no source code available
error "called a copy of a compiled script"", code = 998
 
Best regards,
Joy
  
 


Boardwalk for $500? In 2007? Ha!
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae

Back to the top