Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] efficiency of running scripts in debug mode

Hello,
as far as I can see the DLTK launch mechanism runs every script by calls to the debug engine.

I wonder whether this does slow down the execution significantly? Or does it have no measurable effect in interpreted languages? What about byte compiled languages like Java and Python?

Is it possible to execute scripts without the debugger detour from DLTK?

Thank you
J. Hadley







Back to the top