remote debugger - while devops cycle (clean dev machine creation)
Hi,
I use code to provision my dev machines and wishes to automate the "remote debugger / remote server " steps.
https://www.jetbrains.com/help/pycharm/remote-debugging.html
https://www.jetbrains.com/help/pycharm/creating-a-remote-server-configuration.html
any existing code or method to perform this?
thanks,
Tiran.
请先登录再写评论。
Hi! What do you mean when you say "automate"?
Hi, "automate": have a script to perform all configurations / required setups.
The problem is that almost every setup or configuration contains some steps in UI. So, I don't think that the whole setup can be done via script.