benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.33k stars 239 forks source link

Debugger not breaking on 4.0b8 on MacOS Monterey – Depends on file name. #486

Open alsmithson opened 2 years ago

alsmithson commented 2 years ago

I have another sketch by the same author with the same behavior. I could not see anything odd in the file name (though it did use underscores). I copy/pasted the file name into Atom and looked at the Hex code. Nothing was out of place, but I’m not sure my Mac did not do a conversion in the clipboard. The author speaks Spanish and lives in the Canary Islands, so maybe his keyboard is different from mine.

I have a workaround (renaming all files), but I wanted to report this odd behavior.

benfry commented 2 years ago

Very odd; thanks for the details.

Heerema commented 2 months ago

I am also encountering an issue where the debugger will not break. I've used both the Apple Silicon and the Apple Intel version of Processing 4.3, running under macOS Sonoma.

This sketch spans a number of source files ... and annoyingly, if the program encounters an exception, the reported line number is just nonsense - it looks like all of the files are concatenated, and the reported line number is the line in the concatenated file (good luck translating this to a line number in one of the source files).