Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / November 2005

Tip: Looking for answers? Try searching our database.

Eclipse Debugging Framework

Thread view: 
SharkHunter - 27 Oct 2005 15:02 GMT
Hi,

I have searched all known resources and books to understand how the
debugging framework actually works and its working principle. These
understandings would help me during my future projects.

Any sort of comments are welcome.
Roedy Green - 29 Oct 2005 02:30 GMT
>I have searched all known resources and books to understand how the
>debugging framework actually works and its working principle. These
>understandings would help me during my future projects.

Have you googled on JPDA (Java Platorm Debugger Architecture)?

Other possible places to start a search are various debugging tools
that may reveal something interesting about how they work.

See http://mindprod.com/jgloss/debugger.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

SharkHunter - 03 Nov 2005 15:17 GMT
Thank you, Your Reply was very useful.

Please have a look at my detailed description...

I need information in understanding the need of a seperate Java Debug
model available inspite of haveing a Debug model for Eclipse. If the
support for C++ has to be provided then a debug model for C++ (C / C++
Development Tool) is provided.

My Question is What's the purpose of Default  Debug framework of
Eclipse .

Pls let me know if you could provide some suggestions on this topic.

With Regards,
Madan
Roedy Green - 03 Nov 2005 15:55 GMT
>I need information in understanding the need of a seperate Java Debug
>model available inspite of haveing a Debug model for Eclipse. If the
[quoted text clipped - 3 lines]
>My Question is What's the purpose of Default  Debug framework of
>Eclipse .

I'll make a wild stab here. There are three kinds of debugger. One
works the JVM level, each step is a byte code instruction or a line of
Java code.   It can thus display java variables with their names and
values with the proper type. This is how the Eclipse debugger works.

one works at the machine code level, where you see registers, control
blocks and native machine code.  Here you can do very fine
breakpoints, e.g. in the middle of an expression. the greybeards among
us will remember debugging with Periscope this way.

A third works at the C/C++ level somewhere between for debugging JNI
code. It is working at the machine code level, but has a map of C
source code lines to various spots in the machine code so it can
display roughly the corresponding code.  It has a symbol table, but
the symbol table has no concept of type, so everything is presumed
decimal or hex. To use this sort of debugger you must be familiar with
both C and assembler

Perhaps you are being given the option of implementing any combination
of the three levels.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

SharkHunter - 03 Nov 2005 19:43 GMT
Thanks a lot, I have visited our home page just now, since I was
curious to knoe abt the person who could reply with such a patience..

I am new to Debugging in Practical. didnt know that such Back ground
things run when setting breakpoints..

With Regards,
Madan
SharkHunter - 03 Nov 2005 15:18 GMT
Thanks for your reply, It was very useful.

Pls take a look at my detailed description..

I need information in understanding the need of a seperate Java Debug
model available inspite of haveing a Debug model for Eclipse. If the
support for C++ has to be provided then a debug model for C++ (C / C++
Development Tool) is provided.

My Question is What's the purpose of Default  Debug framework of
Eclipse .

Pls let me know if you could provide some suggestions on this topic.

With Regards,
Madan


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.