Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] removed suspend on entry/exit code

Hi Jae,

After some investigations I've found that this code was added to implement method breakpoints in Javascript debugger, but became unused novadays. Moreover javascript hangs like the python, because of this code. Method breakpoints works fine without it :) Please write if you find this code useful for some reason and I'll return it.

Thanks,
Tim

Jae Gangemi wrote:

  how was it determined that this code just wasn't even necessary?

i only ask b/c had i known this sooner, i wouldn't have had to implement that work around that caused the python debugger to hang when it was initialized. :)

--
-jae
------------------------------------------------------------------------

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



Back to the top