Blackberry - cannot see values ββin the debugger
I see this when I try to check the value of any field in Eclipse - Method "toString" with signature "() Ljava / lang / String;" not applicable to this object
Is this something in the settings I need to change?
+3
Suchi
source
to share
2 answers
This is because the device software version does not match the version of your simulator software that the debugger is using.
+1
Ashraf bashir
source
to share
or add System.out.prinln to display the message you want.
+1
Aniruddh Ambarkar
source
to share