Offline debuggimg

Q

qwweeeit

Hi all,
with my last initiative (logging by intercepting open calls) I
succeded (with the essential help of Fredrik Lundh), but I must
confess that the method is too complicated...
I think that a better result could be obtained by offline debugging.
I explain: debugging is mainly an interactive activity, but you can
also use an offline method, through a file that store the debug
commands to be executed..

With pdb there is a technique of this type (which uses .pdbrc), but I
have not seen enough informations around.
Do you have more informations, or do you used it?
My goal is to have an offline debugging tool which let me fire (from
file) the debugging commands and save in another file the history of
the session, recording both the commands and the corresponding outputs.
Of course, it could be used also as a logging tool for various purposes
(it depends on the type of debugging commands you fire...).
For Linux's users this is similar to running a command with input and
output redirection...

In your opinion the offline debugging is a viable method?

Bye.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,239
Messages
2,571,200
Members
47,840
Latest member
Tiffany471

Latest Threads

Top