score:90
You can use the Display view to execute arbitrary code, access it via:
window->Show View->Display
then type the code you want to execute (you can use CTRL+SPACE
for autocomplete).
to execute the code, select it then:
CTRL+SHIFT+D
That should execute the code based on the breakpoint you've hit.
Note: As of 2018, Display View has been renamed to Debug Shell View.
score:2
Eclipse has it indeed. Window->Show View->Interactive Console. Note that you can also execute expressions in the Watch view (e.g. result=false, exception.printStackTrace() etc.).
Source: stackoverflow.com
Related Query
- how to access a text file while debugging with eclipse CDT
- How to access objects and variables while debugging in Eclipse
- How to enable hot code swap while debugging in eclipse and jboss when both code and the ear being deployed are on different remote machines?
- How to enable hot code swap while debugging in eclipse and jboss when both code and the ear being deployed are on different remote machines?
- How to execute some function in eclipse while debugging a java program?
- In eclipse, while debugging, how do I access the interactive-top-level (a.ka. the "display console")?
- Moving the instruction pointer while debugging Java in Eclipse
- How to set up the Eclipse for remote C debugging with gdbserver?
- Stop code execution while debugging in Eclipse without terminating the thread
- viewing canvas/bitmap on the fly while debugging in eclipse
- How to terminate android application while debugging in eclipse
- How can an Eclipse plugin access the project directory?
- How to change the optimization level with Eclipse + CDT + MinGW?
- How to debug Groovy code via the remote Java application debugging in Eclipse
- How to disable eclipse switching to debug view while debugging
- When developing an Eclipse plugin, how to get access to the project's Java Model and AST root node?
- How to change value of a HashMap while debugging in eclipse
- How to ignore the top level source folder in Eclipse?
- How can I access the default JDT completion proposals in a custom Eclipse plugin?
- Where to put properties file in eclipse and how to access the path both locally and on server
- Eclipse compiler options - How can I set the debug level
- How to Jump to the next tag while working with Eclipse or Aptana Studio?
- How to find the caller method when debugging using Eclipse
- How do I change the default Eclipse Oxygen compiler compliance level from 9 to 1.8 and not have it revert back to 9?
- How to set the correct URL for eclipse PHP debugging
- How can I make a workspace-folder level build script visible in the Eclipse Project Explorer?
- Gluon eclipse plugin - how to access the android SDK
- How to access the same eclipse workspaces from different OSs?
- How to do remote debugging in Eclipse CDT without running `gdbserver` manually on the target every time?
- Eclipse E4: how to access the MApplication instance (at start)
More Query from same tag
- Android Wear project - with an existing Android project
- Eclipse+aptana in linux
- eclipse neon - ignore json error
- Exclamation Point Error?
- Eclipse is trying to build the files in my .svn directories... how can I tell it to stop?
- Eclipse Unhandled event loop exception with Birt
- Tycho-surefire throws java.lang.IllegalAccess Exceptions
- Issue with editor highlighting in Eclipse
- Android SQLite : Index -1 requested with a size of 1
- first android application gives error
- How to create a scratch pad in Eclipse?
- add jar to eclipse plugin (hadoop)
- Maven project in Eclipse
- How to unlock toolbars in Eclipse 4.5 (Mars)?
- Eclipse app for android though, rookie
- Python detect if code is run on Pydev/Eclipse
- "Android Library Update” eclipse task randomly stuck my eclipse on start
- Flex SDK looks OK in Libraries, gives "Not Found"error when building
- my eclipse ide can't compile my android program
- Bug in Eclipse Juno & Neon - cannot open Console view again
- How to Configure Rock Star Apps plugin in Eclipse for Concatenating and Compressing Javascripts
- CubeMX STM32 HAL + FreeRTOS
- Papyrus - Create a Table from an existing configuration
- How to access object fields in a loop?
- Custom Re deployments from My Eclipse IDE
- Failed to install JudoApp.apk on device 'emulator-5554
- Uncaught exception error android
- Java Eclipse Error
- IntByReference returns 0 instead of the actual value
- Get human readable name of extension point contributor