M mechanicaltesla Member Licensed User May 30, 2021 #1 Hi Everyone, When I build a Standalone Package I see run_debug as part of the files. Can I create a batch file that runs the app Not in debug mode? it seems like the flag -m makes the app run in debug mode. What would be a flag for not in debug mode? Batch File B4X: cd bin java.exe @release_java_modules.txt -m b4j/b4j.example.main pause Thanks.
Hi Everyone, When I build a Standalone Package I see run_debug as part of the files. Can I create a batch file that runs the app Not in debug mode? it seems like the flag -m makes the app run in debug mode. What would be a flag for not in debug mode? Batch File B4X: cd bin java.exe @release_java_modules.txt -m b4j/b4j.example.main pause Thanks.
Erel B4X founder Staff member Licensed User Longtime User May 30, 2021 #2 It doesn't run it in debug mode. It is called run_debug.bat as it was created to help find/debug errors with the packed app. Upvote 0
It doesn't run it in debug mode. It is called run_debug.bat as it was created to help find/debug errors with the packed app.
M mechanicaltesla Member Licensed User May 30, 2021 #3 Erel said: It doesn't run it in debug mode. It is called run_debug.bat as it was created to help find/debug errors with the packed app. Click to expand... okay I see Erel thanks for clarifying I’ll run it that way then. Struggling with an overly aggressive antivirus that deletes the exe every time. Upvote 0
Erel said: It doesn't run it in debug mode. It is called run_debug.bat as it was created to help find/debug errors with the packed app. Click to expand... okay I see Erel thanks for clarifying I’ll run it that way then. Struggling with an overly aggressive antivirus that deletes the exe every time.