Generated executable -debug option conflict
norrisgc opened this issue · 3 comments
The generated executable is given a -debug option. This conflicts with the -debug common parameter. A different name should be used for this option in the generated executable: I suggest -callbreak, which is also more descriptive.
Hello norrisgc,
you are obviously right. I will chnage this in the next version of PS2EXE.
Greetings
Markus
Hello norrisgc,
I checked in the new version of PS2EXE today. It has the new parameter -prepareDebug instead of -debug, which prepares an generated executable for debugging (but the executable has to be called with -debug then).
It took quite a long time, as I hardly have any time on the computer (due to childcare) because of the Corona crisis. I apologise for this.
Greetings
Markus
Closing the issue, since it has been resolved and there is no reaction.