Hi,
I am using trial version of VisualGDB.
My working environtment is
– Windows 8.1
– VisualStudio 2013
– adt-bundle-windows-x86_64-20131030
– android-ndk-r9d
I can build, run, and breakpoints hit, but the value of variable is not visible.
When I hover mouse cursor on variable, “-var-create: unable to create variable object” message is printed.
I saw viewtopic.php?f=5&t=2971&p=6877 and tried, but it did not work.
I also tried ndk-r8e(toolchain 4.7) and it worked well, but I want to use latest NDK(r9d)
What can I do?