Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to Integrate a debugger and runtime with eclipse editor (Need to Integrate already available debugger and runtime environment with Eclipse IDE)
How to Integrate a debugger and runtime with eclipse editor [message #644798] Tue, 14 December 2010 04:39 Go to next message
Eclipse UserFriend
Hi,

I am developing an eclipse text editor plugin for a programming language . I have added the syntax highlighting and content assist and few more editor's features. Now I am extending the editor with debugger and runtime support. I want to know how to add breakpoints to the eclipse editor. A command line debugger for the source code is already available wherein we have to input the source file and mention at which line breakpoints must be added and we can watch and edit the runtime values. I just want to integrate the already available debugger and runtime to the Eclipse IDE.

Any examples would be of great help.
Thanks in Advance.

Kokila Somasundaram.
Re: How to Integrate a debugger and runtime with eclipse editor [message #647464 is a reply to message #644798] Thu, 06 January 2011 10:00 Go to previous message
Eclipse UserFriend
I'd start with
http://wiki.eclipse.org/The_Official_Eclipse_FAQs#Implementi ng_Support_for_Your_Own_Language

There's a section that tells you where Debug information can be found.
Another good source would be any articles: http://www.eclipse.org/articles/

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Previous Topic:Eclipse java run-time environment fatal error at startup
Next Topic:overridden method with generic method not found in search
Goto Forum:
  


Current Time: Wed Jul 02 08:00:00 EDT 2025

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

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

Back to the top