jurigged
jurigged copied to clipboard
Reporting a Bug
Hi,
This is a great library and I'd love to use it but unfortunately there's a bug. As shown in the picture, I changed the print statement from 'success' to 'hello' and saved the file. I expected the output to be 'hello' only but unfortunately it is giving me 'success' and 'hello'.
In the "Troubleshooting" section of readme, it says:
If you are editing the body of a for loop inside a function that's currently running, the changes will only be in effect the next time that function is called. A workaround is to extract the body of the for loop into its own helper function, which you can then edit. Alternatively, you can use reloading alongside Jurigged.