Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] First try on running TCF debug session on Linux VM
  • From: Gidi Gal <gidigal@xxxxxxxxxxx>
  • Date: Mon, 30 Dec 2019 15:30:30 +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=EKQlXaQH35Hlk3lvifoJ6Pe5p/cSUtN8dEme7hMK8ww=; b=YGB7JzmC87azJDwikQvhPZ+mvALQ/qjJw26SOOPvT6+wcEkiRpCa977zsy7OuThrlWgzzaYl+eHGZANOWzjmbZVMNMuq5kYqj0iTQQVeULpSPa1T0kN3Zf80N8CBwO/76MWlhXIIPS5dqa+4j0FLsrbBkfuw1nPUElsfD8ku1WL6028IlybTAHn2ugRl3M+xzGpiVWei2MDrP4HQKr/QcmMy6PcGmUNGRPyEcTsqWyVNsMii02nS2UzFgFy4TNvNIaL2Eb8cxoze1aaRhtOFN6+X5cCkoM3h6YlA7vdBN0SJ9FWMMlh4VDE8iHRov1qfVBNIksgiy52KXYfmjaMdZQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eRwpwDfclrsoWNzHU9otK+emYkOX3b3RqWeLkp7uWm9/D0iw5j/xB0VHbP6NV95uZggCOciUkCBBEoPxSL6nal8tbF7UtcgKTSCpkswtov9UUq7Dagiw+5t9Fs2z8xyoOID/VpR/hlbDw+HtciildgaVdANCLCDMJHGKIYwU+mFElG6urontDT4j4jBNE3rTrG0D2uvZV7vSdHq2yBGXrzhr2xj6RkoWjgPPNtAJch8HYfLKhJpX/Na4iUl9xX5dCjh60l9D4h8fZshCxgOY3w7zC9cPMbKt4RTCIuh/hcZthB/+ALdw6PHOTSnhLjJfhze7RyToLI4WHCnthnnVUQ==
  • Delivered-to: tcf-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tcf-dev>
  • List-help: <mailto:tcf-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVvyX/twIOTWZw8Uay/+pdrJDkDQ==
  • Thread-topic: First try on running TCF debug session on Linux VM

Hello,

 

I'm new to TCF. I am trying to run a TCF debug session in order to start and dig into TCF code.

I'm working according to the tutorial in this link:

https://www.youtube.com/watch?v=lG1IjXv_K_4

 

I installed VM using VMWare with Ubunto Linux installed in it, I created a shared drive, I created a small "Hello world" C++ application (compiled with -g) on the Linux VM.

I am working with Eclipse 4.6.3 with TCF installed in it on my Windows 10 machine.

I created TCF debug session. In the session I set in the "Application" tab the fields "Local File Path" with the path to the executable file – this is the path in my host Windows machine. In the "Remote File Path" I set the path to the executable, as it can be reached in the Linux VM.

I added in the "Source" tab a mapping between the source folder path in Linux VM to the path in the host machine.

I placed a breakpoint on the line which prints "Hello World".

When I run the debug session, a "Dissasembly" editor is presented with marker pointing to the line after "_start:". When I click on "Resume" button I see in the console window the following:

sh: 0: getcwd() failed: No such file or directory

 

I upgraded my Eclipse version to 4.9, but the results are the same.

 

I’ll be grateful for your help.

 

Thanks,

Gidi

 


Back to the top