Hello
Did it run on your previous Lazarus versions?: well I think I was able to set break point before.
But I'm not sure.
The thing is that It does not create any output, simply rename some binary files from the content of the file itself. So there is no I/O console.
When i try to run it, it seems to build, but nothing happen, the program is not executed (and there is "?" if I set break points)
I can run it from outside IDE, it works, no problem (debug with "very old fashion writeln" and I was able to chase my memory leaks).
I'm almost sure that on previous version, I was able to run step by step console application.
Cheers