You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
it would be nice, to debug the module without attaching to process in Visual Studio.
this could be achieved by adding following launchSettings to the PnP.PowerShell.csproj:
src\Commands\Properties\launchSettings.json
this will start the following PS-Script in powershell-core:
src\Commands\_debug\debug.ps1
this powershell script loads the module DLL. afterwards you can
Connect-PnPOnline
and debug the module.if I'm not the only one who would like to have this, I could make a PR.
Beta Was this translation helpful? Give feedback.
All reactions