Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-20-2008, 12:41 PM
Puppet_Sock
 
Posts: n/a
Default dde debugger executable

I have used the sample prog that "comes with" the
dde debugger. It's in a file called average.C in
/opt/langtools/dde/examples just as the manual says.

I compiled it as so:

aCC -g -o average average.C

and I then invoke the debugger so:

dde average

It starts up, it shows the source code, it seems to have
a break point at the first executable line.

But in the line in the debugger GUI where it says
executable, it says a.out instead of average.

And it won't respond to clicking on Step.

If I change the name of the executable to a.out, and
invoke it as dde a.out, then it comes up with a.out in
the debugger, and happily debugs it.

How can I convince dde that it is debugging the
executable it is debugging?
Socks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-20-2008, 12:41 PM
Dennis Handly
 
Posts: n/a
Default Re: dde debugger executable

Puppet_Sock wrote:
> I have used the sample prog that "comes with" the
> dde debugger.


Why are you even thinking of using obsolete DDE?
You should be using wdb or wdb-gui. You can download them for free:
http://www.hp.com/go/wdb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-20-2008, 12:42 PM
Puppet_Sock
 
Posts: n/a
Default Re: dde debugger executable

On Mar 18, 11:01*pm, Dennis Handly <dhan...@convex.hp.com> wrote:
> Puppet_Sock wrote:
> > I have used the sample prog that "comes with" the
> > dde debugger.

>
> Why are you even thinking of using obsolete DDE?
> You should be using wdb or wdb-gui. *You can download them for free:http://www.hp.com/go/wdb


`Cuz I stepped into the project after the guy who started it went
away.

Will look at wdb. Thanks.
Socks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-20-2008, 12:42 PM
Puppet_Sock
 
Posts: n/a
Default Re: dde debugger executable

On Mar 19, 10:04*am, Puppet_Sock <puppet_s...@hotmail.com> wrote:
> On Mar 18, 11:01*pm, Dennis Handly <dhan...@convex.hp.com> wrote:
>
> > Puppet_Sock wrote:
> > > I have used the sample prog that "comes with" the
> > > dde debugger.

>
> > Why are you even thinking of using obsolete DDE?
> > You should be using wdb or wdb-gui. *You can download them for free:http://www.hp.com/go/wdb

>
> `Cuz I stepped into the project after the guy who started it went
> away.
>
> Will look at wdb. Thanks.


Whoo Hoo! The wdb debugger is already installed on our system.
Ten minutes with it and I've progressed more than several days of
struggling with dde.

Thanks muchly Dennis.
Socks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:20 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62