Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Joshuatfox
Total activity
20
Last activity
January 20, 2021 16:19
Member since
May 08, 2020 14:24
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (3)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
January 20, 2021 16:19
I solved the problem by copying the whole project directory, opening that -- now debugging worked. I then renamed the copy to the old directory name, and debugging worked. Other solutions, like cre...
Community
PyCharm
Python debugger not working while normal run does
0 votes
Created
August 19, 2020 10:25
Andrey, thank you for the hint. The reloading in fact comes from Flask, as even in this minimal reproduction, where changing value. then saving, causes a reload. Of course, real code would have mul...
Community
PyCharm
When I am debugging and reload some Python Code, I would like to keep some state in memory
0 votes
Created
August 18, 2020 17:19
> As far as I know, PyCharm doesn't have any hot reloading features If you are in the debugger and then edit and save some code, then PyCharm will immediately reload all modules.
Community
PyCharm
When I am debugging and reload some Python Code, I would like to keep some state in memory
0 votes
Created
August 18, 2020 16:02
Thank you. The question applies to any IDE where code is hot-reloaded, though of course the solution will be based on general Python mechanisms. I am not sure if PyCharm's reloading is completely ...
Community
PyCharm
When I am debugging and reload some Python Code, I would like to keep some state in memory
0 votes
Created
May 25, 2020 12:22
Thank you. That is what I needed to know.
Community
IntelliJ IDEA Users
My IDE does not reopen last project on startup
0 votes
Created
May 24, 2020 14:58
Below2 are the logs, as I repeatedly close and open (with the intermediate project-chooser step) 2020-05-24 17:53:26,997 [ 0] INFO - #com.intellij.idea.Main - -----------------------------------...
Community
IntelliJ IDEA Users
My IDE does not reopen last project on startup
0 votes
Created
May 24, 2020 13:12
That didn't work.However, I have a clue. When I click the red-X (Close) button on my Mac, the project closes and I see the project-selection screen (as in the screenshot below). In fact, the Red-X ...
Community
IntelliJ IDEA Users
My IDE does not reopen last project on startup
0 votes
Created
May 24, 2020 11:29
@dmitry nemerov I do need to run external tools because the CI system runs them, and I want to catch problems as soon as possible, but I have reduced my File Watchers and the problem is reduced...
Community
GoLand
Conficts between memory and disk when there has been no external editing
0 votes
Created
May 08, 2020 14:41
OK, I will try that.
Community
GoLand
Conficts between memory and disk when there has been no external editing
0 votes