markus

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3
  • markus created a post,

    Integrate pylint with docker-compose interpreter

    I'm using the docker-compose interpreter. Trying to integrate pylint, so that I can lint the current file in the IDE. Unfortunately this seems impossible: The plugins just don't work with the docke...
  • markus created a post,

    Using docker-compose interpreter on \\wsl$\ project (Windows)

    In windows I can open a project on \\wsl$\ path and can work on the code without any problems using PyCharm + PyCharm automatically gives me a linux bash in the terminal from where I can run my doc...
  • markus created a post,
    Answered

    Exceptional breakpoints not working (Remote debugger)

    I am currently trying to debug a Django application using docker. I activated exception breakpoints: But the debugger does not break on exception: Line breakpoints are working as expected. Any id...