ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Basic question


From: Roger Gilbert
Subject: Basic question
Date: Thu, 31 Jul 2008 23:11:57 -0800

Hello,

My name is Roger and I am new to this program.

I am hoping someone can help me with a problem I am

having.

 

I have a program that is a single module "main.c"

 

I have three other header files that are included

 

I use a Makefile to create my code

 

I add the  -g -o options to my compile

 

I then start DDD with ddd main

 

Everthing loads just fine, I can start and stop the program with no problems

I can examin memory and variables no problems

 

I can set breakpoints and single step

 

I set a breakpoint at my file open subroutine.

 

I start the program. The external computer sends the command to open a file

I never breaks, but I know the code runs through there as the file opens and starts

to transfer to the other computer.

 

If I debug a program that does not link to external libs the program can break at

breakpoints and no problem. It seems like when I link to external libraries the

breakpoints never stop the execution.

 

Am I missing something ? I have read through the documents and can not find

a solution.

 

Roger

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]