Skip to main content
Version: 2024.1

Debugging extensions

In order to debug SDK extensions, you need to attach the Visual Studio debugger to the process that executes the extension code. You must be logged in on the machine on which the process executing the extensions is running, or use the remote debugger tool. If the process you want to attach to is running on a different user than the one you are currently logged on to, check the "Show processes for all users" option in the lower left corner of the window.

Portal

When extension is executed by BPS Portal (e.g. when it is used on menu button or on transition path which was triggered by user in Portal) then you have to attach debuger to Portal process. The name of this process is WebCon.BpsExt.Portal.

debug-portal

Service

When extension is executed by BPS Service (e.g. when it is used on cyclical action or on transition path which was triggered by Service) then you have to attach debuger to Service process. The name of this process is WebCon.WorkFlow.Service.

debug-service