Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » starting an RCP app in debug mode
starting an RCP app in debug mode [message #453640] Fri, 04 August 2006 15:39 Go to next message
Eclipse UserFriend
Originally posted by: x.maysonnave.gmail.com

Hi,

In an RCP app I try to use the usual Eclipse debug framework.
1 - Start the application with a -debug option
2 - Define at the root of the application a .options file.
3 - Fill this file with our app debug keys.

Once deployed the application doesn't seem to read the .options file.
In the Eclipse IDE; the runned RCP app work like a charm.

Any experience ?

Regards.
Re: starting an RCP app in debug mode [message #453641 is a reply to message #453640] Fri, 04 August 2006 15:46 Go to previous messageGo to next message
Ilya Shinkarenko is currently offline Ilya ShinkarenkoFriend
Messages: 22
Registered: July 2009
Junior Member
are you sure you have included .options file in your build.properties file?

Maysonnave wrote:
> Hi,
>
> In an RCP app I try to use the usual Eclipse debug framework.
> 1 - Start the application with a -debug option
> 2 - Define at the root of the application a .options file.
> 3 - Fill this file with our app debug keys.
>
> Once deployed the application doesn't seem to read the .options file.
> In the Eclipse IDE; the runned RCP app work like a charm.
>
> Any experience ?
>
> Regards.
>


Ilya Shinkarenko
--
www.rcp-training.com
www.weiglewilczek.com
Re: starting an RCP app in debug mode [message #453643 is a reply to message #453641] Fri, 04 August 2006 16:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: x.maysonnave.gmail.com

yes, in eclipse it's defined.
Once deployed the .options file are packaged inside my plugins.
I usually create a new .options file at the root of eclipse (rcp app) when
I want to turn on the debug mode of specific plugins (plus the -debug at
the command or at the.ini file level). I assumed an RCP apps works in the
same way. I am working with Eclipse 3.2 on Linux SuSE 10 with a JDK 1.5.0.

if someone have some feedacks on such platform it could be helpful before
I open a report on bugzilla.

Regards.
Re: starting an RCP app in debug mode [message #453685 is a reply to message #453643] Tue, 08 August 2006 19:08 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Will specifying the file work for you? ex: I put my options in a
debug.options file, and then used:

eclipse -debug debug.options

command line.

Later,
PW


Previous Topic:How to control the order of declared menues from several plugins?
Next Topic:Show View Action
Goto Forum:
  


Current Time: Fri Apr 19 05:26:06 GMT 2024

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

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

Back to the top