-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust debugger version for pycharm 2023.1.4 (#7381)
- Loading branch information
1 parent
e2ee42a
commit ffcfb4e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ FROM quantconnect/lean:foundation | |
MAINTAINER QuantConnect <[email protected]> | ||
|
||
#Install debugpy and PyDevD for remote python debugging | ||
RUN pip install --no-cache-dir ptvsd==4.3.2 debugpy~=1.6.7 pydevd-pycharm~=232.8296.19 | ||
RUN pip install --no-cache-dir ptvsd==4.3.2 debugpy~=1.6.7 pydevd-pycharm~=231.9225.15 | ||
|
||
# Install vsdbg for remote C# debugging in Visual Studio and Visual Studio Code | ||
RUN wget https://aka.ms/getvsdbgsh -O - 2>/dev/null | /bin/sh /dev/stdin -v 16.9.20122.2 -l /root/vsdbg | ||
|