jurigged icon indicating copy to clipboard operation
jurigged copied to clipboard

Reporting a Bug

Open MyProjectsPage opened this issue 1 year ago • 1 comments

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'.

image

MyProjectsPage avatar Dec 26 '24 02:12 MyProjectsPage

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.

simin75simin avatar Jan 19 '25 04:01 simin75simin