Best Team Alternet,
I have created a new project that is based of the “Debugger Integration” demo.
The demo shows how to debug a script by opening a whole project, I have modified the Demo so that it only opens a single file and than I would debug that file. Besides that I’ve also added GlobalsItems and references to the Scriptrun and registered the code to the DebugCodeEdit.
The whole debugging part is working, now I can find the GlobalsItems in the script but for some reason they are always null. Also the references that I have added can not be found.
I have added a sample project, I hope I have added enough information.