Android Question Is there the example about attributes: #DebuggerForceFullDeployment and #DebuggerForceStandardAs?

Theera

Well-Known Member
Licensed User
Longtime User
Hi all,
I can't look for this example. And I need more informations about this. Useful?
 

DonManfred

Expert
Licensed User
Longtime User
  • DebuggerForceFullDeployment - Forces the rapid debugger to redeploy the complete project every compilation. This can be useful if you see slow performance after you code changes. It will disable the quick redeployment feature of the rapid debugger.
    Values: True or False.
  • DebuggerForceStandardAssets - Disables the virtual assets feature of the rapid debugger. By default the rapid debugger doesn't use the standard assets folder. This allows the debugger to only redeploy updated files. Values: True or False.
 
Upvote 0
Top