Skip to content

Commit 247efb1

Browse files
authored
Add LLDB feature of CDT to EPP for C/C++ users (#431)
This simplifies debugging for CDT users on macOS when doing native (host) debugging. This is a continuation of the work done in #345 and was discussed/approved at the [recent CDT call](eclipse-cdt/cdt#1442 (comment))
1 parent 9c3ee96 commit 247efb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/org.eclipse.epp.package.cpp.product

packages/org.eclipse.epp.package.cpp.product/epp.product

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ United States, other countries, or both.
281281
<feature id="org.eclipse.cdt.debug.ui.memory" installMode="root"/>
282282
<feature id="org.eclipse.cdt.launch.remote" installMode="root"/>
283283
<feature id="org.eclipse.cdt.launch.serial.feature" installMode="root"/>
284+
<feature id="org.eclipse.cdt.llvm.dsf.lldb" installMode="root"/>
284285
<feature id="org.eclipse.cdt.managedbuilder.llvm" installMode="root"/>
285286
<feature id="org.eclipse.cdt.testsrunner.feature" installMode="root"/>
286287
<feature id="org.eclipse.cdt.lsp.feature" installMode="root"/>

0 commit comments

Comments
 (0)