Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I, using qbs, build in release mode but with debug information. I am having a crash in release build but not in debug build.
It's quite easy I had just to use cpp.debugInformation: true in the project file.