bug-bash
[Top][All Lists]
Advanced

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

fc and the verbose mode


From: isabella parakiss
Subject: fc and the verbose mode
Date: Mon, 18 May 2015 00:54:54 +0200

fc activates the verbose mode to print the commands as they're read by
the parser and uses unwind_protect_int to restore it.

This is a good idea but there are a few problems with it:
1. it prints the DEBUG trap, which I didn't expect
2. it's impossible to use fc to turn on/off the verbose mode
   ( well, you can, but it's lost as soon as the command ends )

Is it possible to print the commands without activating that mode?


---
xoxo iza



reply via email to

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