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: Wed, 18 Dec 2019 07:14:47 +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=AjyrOtDmTUrZrYvjhgD3stF9SOsapinavBsIdZ9nHto=; b=KOX4QbzdaQ5ZJD6rP15t9q2e2ufet3aF/8VriVnZP0rwzHJgx2xZDd7hVhR8SAM+pYAe8URG5wC111ocyqi3ZSx8uQyYuB9gttVbco5CFJ71urBf89pmm4OJ8NEmj98JajTKB20OJ/UcFJiD070jFEgiKXjLPKMontUgVTr2Vbybd9bs3pWZuiT1rg/ghBUOwj4QIu2NGH/jA6LpBnu1jc5U2n4FjJFx7w9+bwY7pKgU++T1Cis1j9eMtKlB1elMNBKp8fvaHhjbtPbipV40BiLnHn2BkvFVxs2iZd4PkxZHvZpcRxGNhHA9jeZ9TvNvKtM9sDW6aHMOE3Q42N0bmg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BxUPviys+4/SYJtXYWlPZAzcf6KWNxsFCK9X2pmAmbyU2vRa5zAoMLrSr2CIDDwposVILRrSotuwDwBqmQLs/nrauGtTQTSIGXHxPVfcAgVWG/Q1a+gv2buazSaWgY3p/9mbpHlWkfQ1RCMsJhwXTxpf+AbN59XeLAIM0sTeLwG+P9qT1lOOTD3KnxfVXNIXszXLdCpJ3g+Ny3hS9gmWHEtpS27Y6hiFeg4CVl3Fa9uKmy/CYTgQOOU6XZ/zc3ZtrsYSc2lD3Mo/aeA6NrPcIpwPWV89Vnu+1xx8Nc+krW7ZZEynPfmsRRXEblReTSHEpgIEVlWfPtIg1ndzugx+Zw==
  • 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+AACe9mYAALVUAgAACiv4=
  • Thread-topic: [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