Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ How do I support source-level debugging for my own language?"

 
m
 
Line 1: Line 1:
Writing an integrated source debugger for a language is a highly specialized topic
+
Writing an integrated source debugger for a language is a highly specialized topic requiring major study and a lot of work, and many subtleties are involved. To do the topic justice, we can only refer you to the platform documentation and to JDT debugging as a reference implementation. Start by looking in the <i>Platform Plug-in Developer Guide</i> under '''Programmer&#146;s Guide &gt; Program debug and launch support'''.
requiring major study and a lot of work, and many subtleties are involved.
+
To do the topic justice, we can only refer you to the platform documentation and
+
to JDT debugging as a reference implementation. Start by looking in the  
+
<i>Platform Plug-in Developer Guide</i> under  
+
'''Programmer&#146;s Guide &gt; Program debug and launch support'''.
+
 
+
  
 
== See Also: ==
 
== See Also: ==
 +
*[[FAQ What is a launch configuration?]]
 +
*[[FAQ When do I use a launch delegate?]]
  
[[FAQ_What_is_a_launch_configuration%3F]]
+
{{Template:FAQ_Tagline}}
 
+
[[FAQ_When_do_I_use_a_launch_delegate%3F]]
+
 
+
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+

Latest revision as of 01:16, 16 June 2006

Writing an integrated source debugger for a language is a highly specialized topic requiring major study and a lot of work, and many subtleties are involved. To do the topic justice, we can only refer you to the platform documentation and to JDT debugging as a reference implementation. Start by looking in the Platform Plug-in Developer Guide under Programmer&#146;s Guide > Program debug and launch support.

See Also:


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top