Dbgp debugger : are dbgp variables (max_data, ...) configurable from source code ? [message #655087] |
Fri, 18 February 2011 09:56 |
David Largeteau Messages: 35 Registered: July 2009 Location: Bordeaux - France |
Member |
|
|
Hi,
I would like to know if DBGP "variables" (such as max_depth or max_children) are configurable (from IDE source code) ?
It seems not, because I can't find a way to set them to specific values, the DLTK framework seems to react as if they always are with their default values (2 for max_depth for example). Default values are set in ScriptThread.initialize.
My problem is when context_get is called, I have to return all local variables from the context, including arrays. And for arrays, I have to send all children (due to value of max_depth). I would have like to just send parents, and let IDE call me for sending children later (with max_depth value 0).
What am I doing wrong ? Any suggestions ?
Thanks in advance
David
[Updated on: Fri, 18 February 2011 14:06] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01979 seconds