help-gnu-emacs
[Top][All Lists]
Advanced

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

How to translate input command in comint before send to debugger?


From: Z
Subject: How to translate input command in comint before send to debugger?
Date: Sat, 6 Oct 2012 15:23:31 -0700 (PDT)
User-agent: G2/1.0

Hi all,
I use pdb to debug Python programs. But pdb is lack of command
like "u 3"(means up 3 frames). So I'd like to translate "u 3" to
"u;;u;;u" in comint before it is send to external debugger.

I have tried to add hook to comint-input-filter-functions, but it seems only 
receive the input and don't return translated command
to commit. Any suggestion to do that?

Thank you very much,
Z


reply via email to

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