Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to use the javaStackTraceConsole in my RCP?
icon5.gif  How to use the javaStackTraceConsole in my RCP? [message #672175] Fri, 20 May 2011 08:23 Go to next message
Jan Kohnert is currently offline Jan KohnertFriend
Messages: 196
Registered: July 2009
Senior Member
Hello,

I'm writing a RCP and want to show the console view and within this the Java StackTrace Console. (org.eclipse.jdt.internal.debug.ui.console.JavaStackTraceConsole)
I have the comsole view running, but not havin any consoles to choose from there.
How can I use the JavaStackTraceConsole=

Thank you!
Jan
Re: How to use the javaStackTraceConsole in my RCP? [message #672249 is a reply to message #672175] Fri, 20 May 2011 12:55 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

So you include the standard console view from org.eclipse.ui.console? And you include all of JDT (org.eclipse.jdt.*) in your RCP app?

PW


Re: How to use the javaStackTraceConsole in my RCP? [message #673953 is a reply to message #672249] Wed, 25 May 2011 09:21 Go to previous messageGo to next message
Jan Kohnert is currently offline Jan KohnertFriend
Messages: 196
Registered: July 2009
Senior Member
Paul,

I've the JDT feature and the org.eclipse.platform feature includet into my product configuration. Pressing the 'Validate..' button says everything is allright. When running the program, is now has the stack trance console. But unlike the stack trace console in Eclipse, it does not show exceptions...
Jan
Re: How to use the javaStackTraceConsole in my RCP? [message #673978 is a reply to message #673953] Wed, 25 May 2011 11:18 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

The stack trace console in eclipse doesn't show exceptions ... you can paste exception into it, and then use the links it parse out to visit the file locations mentioned.

PW


Previous Topic:(no subject)
Next Topic:form data lost when clicking back button in eclipse RCP intro page
Goto Forum:
  


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

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

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

Back to the top