Does anyone know how I might debug a UI addon on the web client without having to deploy the package for every change? I've searched and can't find anything.
My usual process is to connect to SBO via the developer connection string, which is fine when the client is running in the same session as the debugger, but I have an error coming up only on the web client that I need to debug. I can attach to the process that the gateway fires up and debug that way, but that means packaging and deploying the addon every time I need to test a change, which takes alot of time.
I tried running the process in session 0 by running the remote debugged via task manager, and the debugger and addon does fire up in session 0 but it still can't connect to the client running in session 0. I just get Connection - Could not find SBO that match the connection string