Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Breakpoint in assembler file(Assembler breakpoint)
Breakpoint in assembler file [message #1806301] Tue, 07 May 2019 13:28
Daniel Ruiz is currently offline Daniel RuizFriend
Messages: 5
Registered: March 2019
Junior Member
Hello,

I have created a C project, I have added my C code to the file and, finally, I have added a second file to my project that is a ASM file. After that, I have added my assembly code and, then, after modifying my assembler (as --> nasm), I have compiled both files and project itself.
After it, I have run "Debug" and, then, I'm trying to add a breakpoint in a certain line of my asm file (not assembly code inside dissassembly view!!!)... However, I can add this breakpoint but if I resume (F8), execution doesn't stop in that line...

In "Debugger Console" I receive errors messages related to "No source file named my.asm file", so it seems debugger is not finding my asm file.

I'm compiling my c file with "-g" and "-O0" and my asm file with nasm "-f elf64".

What am I doing wrong?

[Updated on: Fri, 10 May 2019 08:54]

Report message to a moderator

Previous Topic:CDT unable to find .so path
Next Topic:Configure Eclipse to run make on remote host
Goto Forum:
  


Current Time: Thu Apr 25 17:27:39 GMT 2024

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

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

Back to the top