Hi,

I'm trying to debug an insidious bug related to the execution of delayed commands (exec_pending_commands()) and I want to know what those commands are. Inside object_command_rep::apply() I'd like to add something like

cout << "command apply: " << object_to_string(obj) << "\n";

and get something more useful than

command apply: #<procedure #f ()>

How can I examine the code of the procedure? Is it even possible at this stage?
--
______________
Miguel de Benito.


_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to