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 .
- 17 Nov, 2018 2 commits
-
-
Alexander Koshevoy authored
PY-24191 Skip sending superfluous messages from debugger to IDE about substituting current process with non-Python ones
-
Alexander Koshevoy authored
-
- 15 Nov, 2018 2 commits
-
-
Alexander Koshevoy authored
PY-24191 Use explicit integer values for CommunicationRole constants, move CommunicationRole to pydevd_comm.py
-
Alexander Koshevoy authored
-
- 14 Nov, 2018 1 commit
-
-
Alexander Koshevoy authored
Python documentation states about `os.exec*()` functions: "These functions all execute a new program, replacing the current process." This also applies for `subprocess.Popen()` in Python 2.x because it initially uses `os.fork()` and then `os.exec*()` function call for the child process. Previously we put `CMD_PROCESS_CREATED` message in the queue and performed the original `os.exec*()` function call immediately. In the most cases Python debugger did not have enough time to process `CMD_PROCESS_CREATED` message from the queue and it has not being sent to the IDE. Now when `PyDB` works in server mode we also wait for the response from the IDE after sending `CMD_PROCESS_CREATED` message to be sure that the IDE received it. Waiting for the response in server mode is required because the current process might become substituted before it actually sends the message and IDE will not try to connect to `PyDB` in this case. Waiting of the response in client mode is not required because the substituted process will try to connect to the IDE itself.
-
- 09 Nov, 2018 35 commits
-
-
Anna.Kozlova authored
-
Anna.Kozlova authored
found by property testing
-
Semyon Proshev authored
-
peter authored
-
peter authored
-
peter authored
-
Sergey Malenkov authored
-
Roman Shevchenko authored
-
Egor Ushakov authored
IDEA-198801: Correct key: selectionInactiveForeground does not work in tree - revert the fix for colored tree renderer
-
Ivan Semenov authored
-
Ivan Semenov authored
-
Juan Chen authored
Kotlin 1.3.0 reports such cases as errors.
-
Dmitry Avdeev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Merkulov authored
I still don't know how it is possible
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Vladislav Shishov authored
-
Vladimir.Orlov authored
win installer: silent mode of uninstallation should not be lost when uninstallation starts from UAC dialog.
-
Vassiliy.Kudryashov authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Yann Cébron authored
-