Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does netbeans have something like Eclipse Debug display view

does netbeans have something like Eclipse Debug display view?

I love the interactive window for trying out Java code in Eclipse debug mode, and it's mentioned in this post:

Is there any Python-like interactive console for Java?

Just wondering if I can get the same in netbeans

like image 508
Sam Joseph Avatar asked Feb 08 '13 12:02

Sam Joseph


1 Answers

There is a menu option: Debug - Evaluate Expression...

And also a shortcut: Ctrl+F9 (in Windows)

You can see an explanation at How to Evaluate Code

like image 139
manavi Avatar answered Nov 13 '22 17:11

manavi