Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
创建于 Debugger doesn't follow the trace well and make it very hard debug
I have the Pycharm Professional and often got this problem: When I trace the logic in debugger, sometimes at a step, the tracer doesn't stop at the source line it should be, and therefore makes i... -
创建于 Can't delete files by rm?
At my terminal I deleted a few files in my git project, then in PyCharm's changelist, I saw these files are displayed as gray, and after i right click on the menu the 'commit' command is disabled. ... -
-
创建于 Is there a quick way to access the Default Changelist under 'Local Changes'?
After I changed my file and want to submit those changes, It usually takes me a few steps to do the submission: Click the project root->local Changes ->Default Changelist Is there a quicker way to ... -
已编辑于 False syntax error alarm in red highlight in code editor
已回答/** {@link #restoreInvariant()} and {@link #setDeterministic(boolean)} methods */ The above is a Java comment, and the two hash strings are highlighted in red, indicating an error: #restoreInvari... -
创建于 What's the best way to review colleague's code in PyCharm?
For example, if I do: git log I can see the message: commit aec1df32fd6858af03b04a9ebf0e7b95e8c31148Author: WEI <weili46@xxx.com>Date: Mon Sep 23 03:20:01 2019 -0700 music macros and generalization... -
创建于 Why are some files are not ignored?
Some times even if I added a directory to the .gitignore file, in "local changes" view, it still displays it and are not ignored. For example, I added 'dialog.egg-info' as a directory name into it... -
创建于 Why is PyCharm keep "updating Python interpreter"?
已回答I am on Mac, and it shows this message forever. I tried remove cache/Pycharm and preferences/Pycharm, but it doesn't help. -
已编辑于 Why is debugging so slow?
Sometimes debugging speed seems normal, meaning that even if it is slow, it's not that slow. But sometimes it is extremely slow, even the break point is set at the very beginning of the code. The c... -
创建于 How can I close the "Find in Path" window?
已回答After I performed a search in "Find in Path" window, this window doesn't close, and there is no button that allows me to close it. How can I close it? Annoying!