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
- Create and save a new example sketch
- Close the sketch
- Rename the folder
- Open sketch in Processing
- Say keep so that sketch name and folder name are no longer in sync
- Enable Debugger
- Create a breakpoint
- Observe breakpoint not working
snippet
// 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