We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb14d9 commit d58e21aCopy full SHA for d58e21a
main.cpp
@@ -435,7 +435,7 @@ int main(int argc, char **argv)
435
}
436
437
if (detach && (useGDB || useQML)) {
438
- fprintf(stderr, "Detached debugging not possible. --detach and one of --useGDB, --useQML must not be used together.\n");
+ fprintf(stderr, "Detached debugging not possible. --detach and one of --debug-gdb, --debug-qml must not be used together.\n");
439
return 1;
440
441
0 commit comments