When I use the scriptdebugger I get a little problem.
I added an object to the scripter using AddObject.
Now when I am in the debugger and place the cursor over a property of that component, I get an invalid variable error.When I place the property into the watchlist, it is displayed properly.
Is this a bug or do I have to do something to get the value of the property shown when placing the cursor over it?
Just a short reply from me.
The starting post of this thread was from me. After I posted the message, I discovered, that I was logged in as someone else (Allred Mike). I don't know how this happened. After discovering that I logged out and logged in again with the same login data and now I am logged in correct.
Really strange.
So the first post is from me and not from Allred Mike.
What is displayed in the watch list? Also, are you running the application in debug mode? Have you tried running it outside Delphi (or disabling exception notifications)? Maybe the error you are receiving is an internal exception that is already being handled by the scripter.
Outside Delphi there is no exception, but there is also no value displayed.So it's better than getting an exception, but it would be nice to have the value of the property displayed.