consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Unity debug variables watch does't work for structures #53

Closed Sipaha closed 8 years ago

Sipaha commented 8 years ago

Hi, I really like consulo, but one problem not allow use it as a main IDE for Unity.

I define variables of some structures (Vector2, IntVec2) in my class:

image

When I attach Consulo to Unity editor, start game and stop at break point, I got this:

image

In Event Log I found this exceptions: exceptions.txt

VISTALL commented 8 years ago

Hi. About first exception - please update Java plugin.

About second - i will fix it.

Sorry but watchers dont supported fully. About value - i will check it, maybe my mistake

VISTALL commented 8 years ago

Yeah, struct values have problems in debugger

VISTALL commented 8 years ago

ref to debugger lib: https://github.com/consulo/mono-soft-debugging/issues/3

in progress

VISTALL commented 8 years ago

Please test new plugins build(.NET plugin + C# + Unity3D) after one hour. I had fixed value reading and value evaluation

Thanks for issue