I've been using remote debugging today. After a server crash I'm now getting back an error in dis when trying to attach to an element of: -
Could not attach to SLScripting process.
Could not attach to SLScripting process for managing debugging.
Hi Philip,
Did you validate if your DataMiner was running properly after that crash?
If not all processes were started yet, or there was another ongoing error on your setup, it could explain why the remote debugging failed.
Besides that, my advise would be to close Visual Studio and restart that application in order to setup a new clean cycle for remote debugging. That way you guarantee that all hooks are renewed in order to attach to those processes.
More info and reference to our DOCS on remote debugging can be found here:
Preparing to debug on a remote DataMiner Agent | DataMiner Docs
Can you let us know if you got it working, and if there were any other actions you took? Thanks!
Hi Thijs,
I did all of these before raising the DoJo request.
We’ve upgraded DataMiner and I’ve upgraded to VS 2022 sine this issue, so I’ll try again, and see what happens.