Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start debugger on Pycharm 2023.3 EAP #174

Closed
andyp05 opened this issue Nov 26, 2023 · 7 comments
Closed

Can't start debugger on Pycharm 2023.3 EAP #174

andyp05 opened this issue Nov 26, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@andyp05
Copy link

andyp05 commented Nov 26, 2023

Describe the bug*

Start debugger

E:\Python\python.exe -m reloadium_launcher pydev_proxy -X pycache_prefix=C:\Users\xxxx\AppData\Local\JetBrains\PyCharm2023.3\cpython-cache "C:/Program Files/JetBrains/PyCharm/plugins/python/helpers/pydev/pydevd.py" --multiprocess --client 127.0.0.1 --port 62520 --file E:\Projects\xxxx\manage.py runserver localhost:8000 

Unexpected flag "-X"

Process finished with exit code 1

Regular debugger runs fine

E:\Python\python.exe -X pycache_prefix=C:\Users\xxxx\AppData\Local\JetBrains\PyCharm2023.3\cpython-cache "C:/Program Files/JetBrains/PyCharm/plugins/python/helpers/pydev/pydevd.py" --multiprocess --client 127.0.0.1 --port 63062 --file E:\Projects\xxxx\manage.py runserver localhost:8000

Uninstalled Pycharm and reloadium and tried again. No luck.

Windows 11 Pro
Pycharm 2023.3 EAP 5
Reloadium 1.3.3
Python 3.11.6

@ccolas
Copy link

ccolas commented Dec 1, 2023

Same problem here on ubuntu 20.4, pycharm 2023.2.5, python 3.9, reloadium 1.3.3

@dkrystki
Copy link
Contributor

dkrystki commented Dec 2, 2023

The newest version of PyCharm 2023.2.5 broke Reloadium startup.
I'm working on a new release that fixes that.
Until then please downgrade Pycharm to 2023.2.4

@Drezzler
Copy link

Drezzler commented Dec 7, 2023

@dkrystki - Thank you so much for this tool

Eagerly waiting for the new update.

@hirosh7
Copy link

hirosh7 commented Dec 15, 2023

PyCharm 2023.3 is out of EAP. This is still broken. Any updated on timeframe for the fix?

PyCharm 2023.3.1 (Professional Edition)
Build #PY-233.11799.298, built on December 11, 2023
Reloadium 1.3.3

@navono
Copy link

navono commented Dec 26, 2023

any progress?

@dkrystki
Copy link
Contributor

@hirosh7 @navono I should be able to release this week or the next one.

@dkrystki dkrystki added the bug Something isn't working label Jan 4, 2024
@dkrystki
Copy link
Contributor

dkrystki commented Jan 4, 2024

Fixed in Reloadium 1.3.4 and PyCharm plugin 1.3.4

@dkrystki dkrystki closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants