intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

WIP: Pydevd native trace

Open fitermay opened this issue 6 years ago • 2 comments

@Elizaveta239 Please take a look:

  1. Solves the disconnect on recursion limit exceeded problem
  2. Frame eval debugger 100% faster for untraced contexts
  3. Regular traced contexts about 50% faster
  4. Regular untraced contexts 17% faster

This is work in progress. It works but needs to be productionized. I gave you access to the branch in case you have time to work on this.

fitermay avatar Mar 26 '18 23:03 fitermay

Hi @fitermay! It looks very interesting. At the moment we're going to have a 2018.1 release and we're going to fix regressions and bugs in new features in minor updates. But after that we can discuss your implementation. Thank you!

Elizaveta239 avatar Mar 27 '18 11:03 Elizaveta239

Hi @fitermay! Sorry for the late response, but unfortunately I didn't have time to prepare it for release in PyCharm 2018.2. I'll do my best to merge it in PyCharm 2018.3.

Elizaveta239 avatar Aug 07 '18 12:08 Elizaveta239