Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debug a application
Debug a application [message #1698314] Sat, 13 June 2015 05:45 Go to next message
Eclipse UserFriend
Hello community,

I am a beginner in Java and eclipse, but I have download from sourceforge a java opensource application.
Now in this application a window with a error code occured.

How can I find the position in the source code, where this window is displayed?

Thank you!
Michael

Re: Debug a application [message #1699106 is a reply to message #1698314] Sun, 21 June 2015 05:32 Go to previous messageGo to next message
Eclipse UserFriend
Two main strategies for this kind of task:
- searching & browsing & reading the source code
- debugging

JDT provides tool support for both strategies. Here in this forum you may receive advice if any tool function (e.g., Call Hierarchy) doesn't produce the desired result, but we cannot teach you the craft of understanding 3rd party source code.
Re: Debug a application [message #1699122 is a reply to message #1699106] Sun, 21 June 2015 12:13 Go to previous messageGo to next message
Eclipse UserFriend
Quote:
- searching & browsing & reading the source code


The code is very very big.

Quote:
- debugging


So I must add a breakpoint to debugging, but I don't know, where I must set the breakpoint.
Can I find out in which line of code the error-window is generated?
Re: Debug a application [message #1700081 is a reply to message #1699122] Tue, 30 June 2015 00:37 Go to previous message
Eclipse UserFriend
For me debugging is a very difficult task. For few people it comes naturally to them or didn't find it difficult to debug. I searched online for many tutorial but I take lots of time to debug a simple few lines of code. For more information visit hjmt.com.

[Updated on: Thu, 02 July 2015 07:44] by Moderator

Previous Topic:JDWP: Rogue Step Out
Next Topic:Searching "automatic" Eclipse UML PlugIn
Goto Forum:
  


Current Time: Sat Apr 26 10:25:54 EDT 2025

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

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

Back to the top