Skip to content

Commit b7c23db

Browse files
thechriskentVesaJuvonen
authored andcommitted
Added note for debugging with serve configurations (SharePoint#2183)
1 parent 2c7e853 commit b7c23db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ You cannot currently use the local Workbench to test SharePoint Framework Extens
188188
contoso.sharepoint.com/Lists/Orders/AllItems.aspx?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js&fieldCustomizers={"Percent":{"id":"45a1d299-990d-4917-ba62-7cb67158be16","properties":{"sampleText":"Hello!"}}}
189189
```
190190
191+
> Alternatively, you can create serve configuration entries in the `config/serve.json` file in your project to automate the creation of the debug query string parameters as outlined in this document: [Debug SharePoint Framework solutions on modern SharePoint pages](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/debug-modern-pages#debug-sharepoint-framework-extensions-on-modern-sharepoint-pages)
192+
191193
10. Accept the loading of debug manifests by selecting **Load debug scripts** when prompted.
192194
193195
![Accept loading debug scripts](../../../images/ext-field-accept-debug-scripts.png)

0 commit comments

Comments
 (0)