Thank you for your support. I’ve been able to test and fix the lightroom.c issues.
For those who start like myself: to see the traces (without leaving dt) I had to add this line:
setvbuf(stdout, NULL, _IONBF, 0);
to avoid buffering.
Thank you for your support. I’ve been able to test and fix the lightroom.c issues.
For those who start like myself: to see the traces (without leaving dt) I had to add this line:
setvbuf(stdout, NULL, _IONBF, 0);
to avoid buffering.