mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
improve debug information
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27885 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc60fd3fc3
commit
85822a8784
@ -11,6 +11,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "FuncRequest.h"
|
#include "FuncRequest.h"
|
||||||
|
#include "LyXAction.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
@ -108,6 +109,7 @@ ostream & operator<<(ostream & os, FuncRequest const & cmd)
|
|||||||
{
|
{
|
||||||
return os
|
return os
|
||||||
<< " action: " << cmd.action
|
<< " action: " << cmd.action
|
||||||
|
<< " [" << lyxaction.getActionName(cmd.action) << "] "
|
||||||
<< " arg: '" << to_utf8(cmd.argument()) << "'"
|
<< " arg: '" << to_utf8(cmd.argument()) << "'"
|
||||||
<< " x: " << cmd.x
|
<< " x: " << cmd.x
|
||||||
<< " y: " << cmd.y;
|
<< " y: " << cmd.y;
|
||||||
|
Loading…
Reference in New Issue
Block a user