Replies: 3 comments 1 reply
-
Hi @Jarrodsz, thanks for opening this! You could use GitHub Codespaces to help achieve this: https://docs.github.com/en/codespaces/developing-in-codespaces/using-github-codespaces-in-your-jetbrains-ide. Please let us know if this seems like it'd help or you have other questions! cc @joshspicer |
Beta Was this translation helpful? Give feedback.
-
Hi thank your for pointing this out diden't knew it existed even. Scanning the docs it seems one needs to have the code in a remote repostitory? that is not a wanted situation. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the info. But my usecase is just connecting intellij to I basically want to mimic the devcontainer as it runs in vscode. Vscode also automatically forward ports ehen a service gets started in my case a trading bot on port 8080 and up. Im using vscode on dev but the idea is to use a devcontainer on a remote vps thats why im trying to remove the vscode dependency you see. |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to spinnup a devcontainer and then debug code in it without using vscode?
For example I have a freq trade devcontainer and want to debug some python scripts in it that require the freqtrade trading bot to run. The strategy.py is loaded by the freqtrade bot and i would like to set breakpoints in this strategy.py that get triggered when the freqtrade bot is loading and running the strategy.
Is this something that is possible?
The reason for asking is that I would like rather use IntelliJ to debug and edit my files ( i work with it for 15 years ) and cannot get used to vscode UI.
Beta Was this translation helpful? Give feedback.
All reactions