Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Thu, 19 Dec 2019 02:02:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=FgDeyB+znoZ/c85n+MIOiLIHDXb7A6KVPL1MCkykE6U=; b=m5ZaO3p6F8nArnQB5NH8CPqxFG2K3pfZWxl9cUg0VF+PT1KtQfdxdAqMle9V+AmRWPeJQ0yimuUNNdzN8xTbHYlpfTXr2Eoa1mpB3J7EfHHfvJxV/fSU2o+bAMw1jD8GC1iiqt0xf0ZhHdyrhCWx1JWOND8GUsIMkInpU8We4Uthev2MKfa7raWYP+JQBKmMi5VGKHf4Bcd7nBQtyRtSBnju6qDrgkdxGk3cjfFaNnOy2ZCSyBj6zq92fB1btmUFKswLgKcjZB0FdrKOI1/zv70DZFTp+Q22KHd3nGof1cqh1bsJ7tRwsxDaP+zTMDQ1QtI9JiI/20731Fuw45eLWQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LegTBIo8UnB+XyDVGNWstKsPRezcHYvsG5UAgCb+YhDxFbe+nZ2THUsR+rHJwya9v8eomHvHlrK/jB+R8TCPOlRvrD9mhvavlWdQvkmF57aEkZGJEcXfVpRgKUnyX9Ufos3rKn2s/aqItOKmvwESUcSTyHkvq9qz9YyKiuIs+X80VDnCnHDAbd95BaMk3iMEAuHHm8kOaa3fhj7U/RlYH3C9tR+G0RhwYlXDvxwgmmhpE59+kkmBLCvx/ezSuwPBpH+4OyEp4r/3njxyYEF8Wm0a0ENXpBwEkv1fgZl535kfDlqVIkgSuHv9BV+hhij09MAYmiaphI25H2oSwN3X2g==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVqwsPman4yV3TP06y8wYySKvP3qeqyVwAgA0X656AAAg4AIAEX/kDgACj6ICAASpIK4AAX7CAgADAhK+AACe9mYAALVUAgAACiv6AATrMUA==
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

o set the target platform:

·         Expand the "org.eclipse.cdt.target" project.

·         Double-click on cdt.target.

·         In the editor that just opened, click Set as Target Platform on the top right.

 

When clone and import, I selected all, but still can’t see “org.eclipse.cdt.target" project.

Now I am using 9.10.0

 

Sent from Mail for Windows 10

 

From: Ming Cheng
Sent: Wednesday, December 18, 2019 3:15 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Got it and thanks Christian.

 

Sent from Mail for Windows 10

 

From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Christian Walther <walther@xxxxxxxx>
Sent: Wednesday, December 18, 2019 3:05:20 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Ming Cheng wrote:
> I don’t know how to dynamically debug Eclipse plugin code

> ...

> I tried to build with command:

> mvn clean install

> but with a lot of error (please refer to the attached file).

I'm not sure, but at a glance it could be that your Maven and/or Tycho are too old for pom-less building. Look inside the top-level pom.xml, it mentions some versions.

However, for debugging it is more convenient to build in Eclipse (PDE) than with Maven. It is described very well in https://wiki.eclipse.org/Getting_started_with_CDT_development .

 -Christian
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top