Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » whether Xtext/Xtend have some ways to develop DSL debugger
whether Xtext/Xtend have some ways to develop DSL debugger [message #1855545] Thu, 20 October 2022 07:15 Go to next message
feng wang is currently offline feng wangFriend
Messages: 4
Registered: April 2022
Junior Member
Hi

I Have develop a DSL language server with Xtext,and write code generator transfer DSL to c++ with Xtend.So,I can compiler the DSL code in theia.

Now,I want to add a debugger for the DSL to theia.
But, I Have some questions:

1) whether Xtext support DAP(Debug Adapter Protocol)?
2) whether Xtext/Xtend have some ways to develop DSL debugger?

Thanks
Re: whether Xtext/Xtend have some ways to develop DSL debugger [message #1855547 is a reply to message #1855545] Thu, 20 October 2022 07:19 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14736
Registered: July 2009
Senior Member
no we dont support DAP.
In Eclipse Debugging should work for Xtext based languages and can also be used in non xbase language using the means.
https://blogs.itemis.com/en/debugging-dsls-in-xtext-and-eclipse

i dont know how DAP or Theia debugging works, but maybe you can use that code to produce some mapping files if that is how they work


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Day Job: https://www.everest-systems.com
Previous Topic:Limitation on recursive objects?
Next Topic:Non editable elements
Goto Forum:
  


Current Time: Tue Dec 10 18:13:15 GMT 2024

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

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

Back to the top