SyntaxFix
Write A Post
Hire A Developer
Questions
You can do so by these ways.
Add watchpoint and while debugging you can see variable in debugger window perspective under variable tab. OR Add System.out.println("variable = " + variable); and see in console.
watchpoint
System.out.println("variable = " + variable);