Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] DbgpExtendedCommands.evaluate()


  the ScriptEvaluationEngine class is calling DbgpExtendedCommands.evaluate() and passing a 'depth', but the '-d' option is not supported by active state's perl engine (i don't see anything about this flag in the dbgp spec either). it seems it passes a depth any time the stack frame is != null, which seems to be always in my case.

  how can i get around this? 

--
-jae

Back to the top