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

**Describe the bug** When using the Reloadium plugin for PyCharm with the `runserver` command (both `run` and `debug` from the plugin fail), PyCharm hangs for a while and then fails...

It will be useful if there was a way to pop additional frames after reloading, for example when changing the current function's signature, or when a break-point is inside a...

Is there a way to reload reloadium_config.py while debugging?

enhancement

Loaded 0 watched modules so far from paths: projects/ there are at least 3 directories between projects/ and my python files. It works when I add each module directory to...

## Describe the bug* I am **constantly** getting errors due to static typing This *seems* to be an issue with python 3.11-style annotations. I'm using python ~~3.12~~ 3.8.10 yet it's...

def _on_run(self): read_buffer = "" try: while not self.killReceived: try: r = self.sock.recv(1024) except: if not self.killReceived: traceback.print_exc() self.handle_except() return #Finished communication. #Note: the java backend is always expected to...

## Describe the bug* On PyCharm 2023.3 (Professional Edition), reloadimum 1.3.3 and 1.3.2 All watched files are listed. When updating a python file I get this message : file.py has...

Frame transaction is to ensure the mutable data got revert back during reloading frame or dropping it. This usefull when you have a function that mutate a list or dictionary...

## Describe the bug* Realoding support for arm architecture ## Screenshots ![image](https://user-images.githubusercontent.com/26132550/228734264-8aec8d00-28f4-489c-9ed0-2e4fece775a5.png) Would like to get reloadium support for ARM architecture, which is great, looking forward for this to resolve...

enhancement

I've made sure that this file has been successfully loaded. I added a print statement at the very beginning of the file, and it outputs correctly when the program starts....

bug