Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Debugging a task [Solved](How do I run the installer in debug mode)
Debugging a task [Solved] [message #1740891] Fri, 19 August 2016 13:12 Go to next message
Simon Stratmann is currently offline Simon StratmannFriend
Messages: 10
Registered: August 2016
Junior Member
Hi,

I wrote a custom task that doesn't work. When the customTaskImpl.perform() method tries to call the actual implementation nothing happens, no exception, no log, nothing.

How do I run the installer in debug mode? I found this thread: https://www.eclipse.org/forums/index.php/t/1075021/ where it says "You could provision an Oomph workspace, import your task projects, and use the debugger with the "Setup (Installer
Dialog)" launch" but I have no idea how to do that. I don't have a "Setup (Installer Dialog)" launch option in the launch configuration. I'm not sure what is meant by "provision an Oomph workspace".

Thanks!

Update: I just started the Eclipse Installer with remote debug support and set a breakpoint in my task source code. Works fine (the debugging, not my task Sad).

[Updated on: Fri, 19 August 2016 14:03]

Report message to a moderator

Re: Debugging a task [message #1742054 is a reply to message #1740891] Fri, 19 August 2016 17:04 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 19.08.2016 um 15:12 schrieb Simon Stratmann:
> Hi,
>
> I wrote a custom task that doesn't work. When the customTaskImpl.perform() method tries to call the actual
> implementation nothing happens, no exception, no log, nothing.
What is the "actual implementation"?

>
> How do I run the installer in debug mode? I found this thread: https://www.eclipse.org/forums/index.php/t/1075021/
> where it says "You could provision an Oomph workspace, import your task projects, and use the debugger with the "Setup
> (Installer
> Dialog)" launch" but I have no idea how to do that. I don't have a "Setup (Installer Dialog)" launch option in the
> launch configuration. I'm not sure what is meant by "provision an Oomph workspace".
That means that you can use Oomph's Eclipse Installer to install an IDE with exactly the same workspace that the Oomph
developers use to develop Oomph. You'll find "Oomph" under the "Eclipse Projects" catalog on the second page of the
advanced mode of the installer. Once you've successfully created this IDE/workspace you'll find the launch config "Setup
(Installer Dialog)".

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:Self contained multi-plaform workspace in USB key
Next Topic:Mirror update sites referenced in setup
Goto Forum:
  


Current Time: Thu Apr 18 18:38:47 GMT 2024

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

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

Back to the top