--- old/modules/fxpackager/src/main/native/library/common/Package.cpp 2016-06-22 10:08:11.000000000 -0700 +++ new/modules/fxpackager/src/main/native/library/common/Package.cpp 2016-06-22 10:08:11.000000000 -0700 @@ -190,6 +190,13 @@ } } + // Debug + TString debug; + if (config->GetValue(keys[CONFIG_SECTION_APPLICATION], keys[CONFIG_APP_DEBUG], debug) == true) { + FBootFields->FArgs.push_back(debug); + } + + MergeJVMDefaultsWithOverrides(); }