comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Debugging overload
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Debugging overload [message #88610 is a reply to message #88607] Sat, 17 May 2014 01:54 Go to previous message
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
Hi Chris,

On 16.05.2014 23:58, Chris Torrence wrote:
> Can't you just do F6 or hit the Step Over button instead?

well I made an example with the IDL function "mean" but often when I
debug code I might want to step into the function I call to see if it's
responsible of the problem.

function debugging_overload_mean, array
return, mean(array)
end

pro debugging_overload
h = hash('key', INDGEN(10))
a = debugging_overload_mean(h['key']) ; breakpoint
end

Both F6 and F7 won't allow me to "follow" the content of the hash into
the function. I guess that's what the "step-into" button is made for ;)

Thanks,

Fabien
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Common block conumdrum
Next Topic: Coyote NCDF_FILE object to read HDF

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:56:07 PDT 2025

Total time taken to generate the page: 0.00381 seconds