Closed TomCoursow closed 7 years ago
Hi. Sorry for delay. Can you provide expression which you evaluated ?
Sadly not because it's code from my company... But it would be somehow like this...
this.EntityManager.GetEntity(entityId).GetValue(xmlId);
also tried it without this before that... same problem.
EntityManager would be a C# Property so no pure field declared like this:
[Inject] public IEntityManager EntityManager { private get; set; }
the rest are parameters from the function.
Maybe it also good to notice that the member belongs to a namespace?
And I encountered that watches are not working in general as long as I seem to execute a function. But only with this code I got a exception popup. The other cases only show a red error in the result of the watch
Can you try create simple example? I am working on 2.0 branch(and on my main work too) - and i don't have too much time for searching problem.
Will be grateful if you could. Thanks,
Ok, will try to create an example project if I have time and share it to you if I can reproduce it with that
I think obsolete, due second version is out
I executed a code debug evaluation in consulo because the tooltips are not working on code selection and the watch did show up some parameter error. During evaluation the editor showed up a exception popup.
The code was a property which was get and then called a getter on it with an integer parameter.
Exception details: