Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] engine logging and python template support

andrei -

  i'm not sure i understand what you mean here. i tried looking up a debugging preference inside the tcl debugger and it retrieved the correct value.

  perhaps you are using the wrong 'qualifier'? the active state engine preferences (engine path, enable logging, pdx path, etc) are all stored in the TclActiveStatePlugin preference store, whereas the options to enable dbgp logging and breaking on the first line are stored in the TclDebug  preference store.

  i'll continue poking around to see if i missed something.


On Fri, Mar 7, 2008 at 3:20 AM, Andrei Sobolev <andrei.sobolev@xxxxxxxxx> wrote:
Hi Jae,

I've found some issues with usage of PreferencesLookupDelegate class.
It works different from different plugins.

For example if i call PreferencesLookupDelegate.getString() method from
TclActiveStateDebugger.alterConfig() method it return empty value.

But if i call it from parent class (ExternalDebuggingEngineRunner) with
same arguments, it return correct value.
I've added getDebuggingPreference() to ExternalDebuggingEngineRunner
class to solve this issue.

I suppose we should change API or provide correct documentation to
PreferencesLookupDelegate class.
Could you please look at it?

Best regards,
Andrei Sobolev.
> hello all -
>
>   i've added support for debugging engine logging and python code
> templates. please let me know if you see any weirdness.
>
>   on another note, when's the next planned integration build going to
> be? i'd like to put out another release of my perl plugin since i was
> in the middle of something when the M5 milestone was released.
>
> --
> -jae
> ------------------------------------------------------------------------
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>

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



--
-jae

Back to the top