Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Debuggable code?(Code Association (Line numbers, breakpoints))
Debuggable code? [message #675996] Thu, 02 June 2011 10:05 Go to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 124
Registered: November 2010
Senior Member
The Eclipse Scout code is not ready for debugging, line numbers are missing in the stacktraces:

	at org.eclipse.scout.rt.server.services.common.jdbc.internal.exec.StatementProcessor.processSelect(Unknown Source)
	at org.eclipse.scout.rt.server.services.common.jdbc.AbstractSqlService.select(Unknown Source)
	at org.eclipse.scout.rt.server.services.common.jdbc.SQL.select(Unknown Source)



I also got this message when I tried to set some breakpoint:

Quote:
Unable to install breakpoint due to missing line numbers
Modify compiler options to generate line number attributes

Reason:
Absent Line number information


Is there a possibility to somehow associate the source code to the existing binaries, or do I need to recompile the sources myself, to create a debuggabble version of the scout rt jar?

Thanks for your answers.

.
Re: Debuggable code? [message #703405 is a reply to message #675996] Wed, 27 July 2011 14:35 Go to previous messageGo to next message
Beat Schwarzentrub is currently offline Beat SchwarzentrubFriend
Messages: 205
Registered: November 2010
Senior Member
That would be great! It is extremely annoying when you cannot step through 3rd party code because of missing debug information. Is there a particular reason why the Scout JARs don't include such information?

B.
Re: Debuggable code? [message #720718 is a reply to message #703405] Wed, 31 August 2011 06:35 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 124
Registered: November 2010
Senior Member
A solution is provided by Andreas Hoegger in this message.
Previous Topic:Is there support for long transactions?
Next Topic:job scheduler with quartz
Goto Forum:
  


Current Time: Fri Apr 26 20:08:04 GMT 2024

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

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

Back to the top