Support for setting LWC dev/debug mode options

Issue #1841 new
Gary Butler created an issue

Per the link below, there is a CLI command which sets a user preference that will make the unminified JavaScript available to make debugging easier.

Is it possible to add the ability to set this for the user in IC’s Connection Manager (or even at a higher/global level)? The command mentioned (shown here) creates a user with the preference, but would assume there is the ability to update the user:

sfdx force:user:create -a mydebuguser UserPreferencesUserDebugModePref=true

Could it be added to the manage connections page for the connection’s user (sandbox)? 

https://developer.salesforce.com/blogs/2019/02/debug-your-lightning-web-components.html

Comments (3)

  1. Log in to comment