Hi Dojo,
I´m trying to set up a remote debugging session with DIS following the steps DM help here and here.
Everything seems to run ok and the symbols file path it´s correctly configured but when I add a breakpoint the following mesagge its shown:
Besides, I can´t find my QAction dll in the modules window and if I try to manual attach to the process, there are multiple instances of SLScripting.
Any idea?
Thanks in advance!
Hi Manuel. I suspect that the QAction hasn't been executed yet since the QAction DLL is not visible in the modules window. It's normal to see that warning before the first execution of the QAction. Symbols are loaded only when the QAction runs for the first time. Are you experiencing an issue where the breakpoint never triggers?
Hi Tom, I had an oversight, I’m working on a cluster and my element was in the second server while I was connecting to the first one 😉
Now it´s running fine, thanks for your help!
Hi Tom, thanks for your reply.
The QAction is running fine, I’m pretty sure it´s running since I can trigger it through the cube.
I noticed that if I try to manual attach to the process, there are multiple instances of SLScripting. Is it a normal behaviour? Could it be the source of the problem? (screenshot added to my first post)