reloadium icon indicating copy to clipboard operation
reloadium copied to clipboard

Hot Reloading and Profiling for Python

Results 38 reloadium issues
Sort by recently updated
recently updated
newest added

Me got an error: It seems like your platform or Python version are not supported yet. Windows, Linux, macOS and Python 64 bit >= 3.8 (>= 3.9 for M1)

## Describe the bug* whenever I run my custom nodes in comfyui under reloadium it injects` __rw_pass__ `into my llm calls which causes them to fail. ## To Reproduce Steps...

It would be nice if it was possible to attach `reloadium` at runtime: - e.g. when you're debugging some script as usual and then you realize it would be helpful...

Maybe I'm getting too much ahead but since Pycharm is the only supported IDE atm I was trying to check if it's possible to use `reloadium` with some other debugger...

1. Create empty `main.py` file (met the issue testing non-empty file but it seems to be reproducable with just an empty). 2. Run `reloadium run main.py`. 3. See the traceback...

## Describe the bug* Tried debugging my project with reloadium pro. it fails `Reloadium experienced a fatal error and has to quit.` C:\Users\aviad\AppData\Local\pypoetry\Cache\virtualenvs\gv-TD9Xm0oY-py3.11\Scripts\python.exe -X pycache_prefix=C:\Users\aviad\AppData\Local\JetBrains\PyCharmCE2024.1\cpython-cache -m reloadium_launcher pydev_proxy "C:/Program Files/JetBrains/PyCharm...

## Describe the bug* It just says it encountered an error and that I should report it ;) It still seems to profile, though, and the profiling info _seems_ reasonable....

## Describe the bug* Whenever I try to run Reloadium in Pycharm with Pycord I get: ``` Traceback (most recent call last): File "", line 690, in _load_unlocked File "C:\Users\name\PycharmProjects\Flashcards...