Skip to main content

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

Hi Jae,

You are correct. I have @deprecated evaluate(String,int) and changed the code to always call evaluate(String)

Regards,
Alex

Jae Gangemi wrote:

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
------------------------------------------------------------------------

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


Back to the top