Skip to main content



      Home
Home » Newcomers » Newcomers » Shell in eclipse to run manually methods of created objects
Shell in eclipse to run manually methods of created objects [message #1709988] Fri, 02 October 2015 09:51 Go to next message
Eclipse UserFriend
Hi all,

is there a way to call methods of created objects in the console while I am debugging?

I was thinking about something like a shell in the console.

Regards and thanks in advance
SkyDog
Re: Shell in eclipse to run manually methods of created objects [message #1710045 is a reply to message #1709988] Sat, 03 October 2015 01:46 Go to previous messageGo to next message
Eclipse UserFriend
Assuming you're talking about Java code, you can put code into the editor for the selected stack frame, text select the statement, and choose to Execute it from the context menu (or Display or Inspect its results). Just don't save the changes or you might cause it to recompile with them.

[Updated on: Sat, 03 October 2015 01:47] by Moderator

Re: Shell in eclipse to run manually methods of created objects [message #1710131 is a reply to message #1710045] Sun, 04 October 2015 17:34 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

thanks for your answer, but I was more thinking about a eclipse-plugin to execute methods of created objects or even create new objects. Something like a command line interface.

Regards
SkyDog
Re: Shell in eclipse to run manually methods of created objects [message #1710233 is a reply to message #1710131] Mon, 05 October 2015 08:59 Go to previous messageGo to next message
Eclipse UserFriend
Scrapbook is probably what you want. See

Re: Shell in eclipse to run manually methods of created objects [message #1711262 is a reply to message #1710233] Wed, 14 October 2015 08:23 Go to previous message
Eclipse UserFriend
Thanks a lot!
Previous Topic:RCP Application with Progress View in eclipse RCP
Next Topic:"install modeling components" menu item not available
Goto Forum:
  


Current Time: Tue Apr 22 13:41:20 EDT 2025

Powered by FUDForum. Page generated in 0.07873 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top