Isaaclee

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 13
-
Isaaclee created a post, pycharm debug error after update
When running on debugging mode, I get the below error. The same program used to run just fine in debugging mode, but after the recent update, I am getting the error: Exception in thread Thread-6:... -
-
Isaaclee created a post, Passing arguments to Docker when using remote python interpreter within docker
My setting MacOS, pycharm 2019.3.2. I have a remote server -- CentOS 7 -- and I want to run docker in the server and use the remote interpreter there. I have followed the guide here: https://yout... -
-
Isaaclee created a post, Connecting to Docker on remote
I have a remote server with CentOS7. On the remote, I need to run a docker image, edit code on the image, and execute the code within the image. Is this possible with Pycharm and Clion? -
Isaaclee created a post, Answeredmultiple Cmake in a single project
I am working on a project with multiple CMakes. In the main directory, we have "CMakeLists.txt" which builds the program, under "test" directory, we have another "CMakeLists.txt" that tests the app... -
Isaaclee created a post, Answeredviewing log files from remote
I have a remote project (I have set up remote interpreter, deployment, and configuration). In my configuration, my python script "main.py" creates a new file called "logs.log" and writes log to ... -
Isaaclee created a post, AnsweredHow to set filter in "find" and "find all"
Currently, I set filter of "find" -- "command - f" -- and "find all" -- "command-shift-f" -- manually to "Except comments and string literals". I want to set this once and have it applied everytime... -
Isaaclee created a post, Answeredsetting up Credentials in Toolchains automatically creates another Deployment profile
I have a SFTP remote set up at "Build, Execution, Deployment | Deployment". Let's call this "test server". Now I want to set up "Build, Execution, Deployment | Toolchains" so that I can build and r... -