This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 10 Aug, 2017 1 commit
-
-
Artem Shalagin authored
Added a crutch in tracing method to force python to stop even if it was in resuming state. And another crunch to prevent it from optimizing too cleverly.
-
- 04 Aug, 2017 1 commit
-
-
Mekhrubon Turaev authored
Small code refactoring and test added
-
- 02 Aug, 2017 1 commit
-
-
Mekhrubon Turaev authored
PyCidrDebuggerTask builds session for running tests in mixed mode and PyCidrDebuggerTest contains UnitTests for python/c++ mixed mode debugger.
-
- 28 Jul, 2017 2 commits
-
-
Artem Shalagin authored
Refactored code, now most of the mixed debugger code is located in com.jetbrains.cidr.python.debugger. Python-cidr dependency is removed.
-
Mekhrubon Turaev authored
This commit contains refactoring and exception handling of related to mixed stack construction. The new class was created for pseudo-python frames got from gdb in order not to confuse with CidrStackFrame. Follows-up: IDEA-CR-23277 CPP-5797: mixdebug: mixed stack representation during pause in native code
-
- 27 Jul, 2017 1 commit
-
-
Artem Shalagin authored
Refactored code to work with Promises instead of callbacks, fixed minor blots
-
- 26 Jul, 2017 2 commits
-
-
Artem Shalagin authored
Added checkbox and text field to "edit configuration" panel. Step into now works with functions that take no args as well.
-
Mekhrubon Turaev authored
MixedCidrExecutionStack adds logic while computing stack frames and gets all required data from gdb.
-
- 25 Jul, 2017 1 commit
-
-
Artem Shalagin authored
CidrDebugProcess is theoretically ready to implement some NativeDebugProcess interface in order to make python debugger independent from cidr repo. The main idea of that interface is to provide some methods with callbacks to establish some kind of communication between driver's queue and debug process that is being developed.
-
- 17 Jul, 2017 1 commit
-
-
Artem Shalagin authored
Created basic classes for mixed-mode debugging, now PyDebugRunner launches mixed-mode instead of python-mode all the time. This behavior will be changed later
-
- 03 Jul, 2017 30 commits
-
-
Kirill Likhodedov authored
-
peter authored
-
Konstantin Aleev authored
- Show Edit/Copy/Remove Configuration action only in popup
-
Kirill Likhodedov authored
-
Ivan Chirkov authored
-
Kiryl Chetyrbak authored
-
Mikhail Golubev authored
Otherwise, we (quite confusingly) successfully find them while running the project from IDEA, yet fail to do so in actually built IDEs, since LocalTask is now part of the platform, and plugin classloader can't locate necessary icons there.
-
Roman Shevchenko authored
-
Yann Cébron authored
after adding IdeaPluginRegistrationIndex we don't need them (a7e69bec))
-
Alexey Kudravtsev authored
-
Konstantin Aleev authored
- Start configurations in the order they are presented in the tree.
-
Pavel Fatin authored
-
Kirill Likhodedov authored
Keep the method, since it is used in 3-party plugins. Follow-up to aaaca8de
-
Andrey Vlasovskikh authored
Added the same highlighting for '@' as for the name.
-
Alexander Zolotov authored
-
Kirill Kirichenko authored
-
Vassiliy.Kudryashov authored
-
Konstantin Aleev authored
- Make Run Dashboard labels consistent
-
Vladislav.Soroka authored
IDEA-175313 Gradle: running classes using Application Run Configuration fails with error in the initialization script
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
(cherry picked from commit 2e281cdd)
-
Anna.Kozlova authored
-
Semyon Proshev authored
Update PyCallExpressionHelper to support a case when callee resolves to call expression and this call expression returns class with `__call__`.
-
Maxim.Mossienko authored
-
Roman Shevchenko authored
-
Egor.Ushakov authored
-