Hi Simon, If I understand your problem well, you'd like to debug your project Project 1 without generating the .h, .c and .c.l.h files. The debugger needs those files to link the modules to the source file while debugging, so we need to generate them. If you only wish to compile the the project, you can simply run the task without the debugger (the default key binding is <kdb>Ctrl + Shift + B.)</kdb> And finally if you'd like to run a custom task before running the debugger, you have to make sure...
The bug seems to be present on all BDB versions, I tested with version 6 and 18 and got the same result
app_data field of DBT structure is not always copied when call bdb_bt_compare