opened 08:35AM - 24 Jul 25 UTC
bug
help wanted
good first issue
pde
### Most appropriate sub-area of Processing 4?
PDE
### Processing version
4.4….4
### Operating system
Linux/macOS
### Bug description
https://discourse.processing.org/t/impossible-to-activate-debug-in-processing/46781/8
> The reason … the folder and PDE file was not sharing the same name. When I renamed my PDE script with the same content folder it makes it works …
### Steps to reproduce this
1. Create and save a new example sketch
2. Close the sketch
3. Rename the folder
4. Open sketch in Processing
5. Say keep so that sketch name and folder name are no longer in sync
6. Enable Debugger
7. Create a breakpoint
8. Observe breakpoint not working
### snippet
```processing
// Paste your code below :)
void setup() {
}
void draw() {
}
```
### Additional context
_No response_
### Would you like to work on the issue?
No, I’m just reporting the issue