debug server More...
#include "ZFAppUtilDef.h"
Go to the source code of this file.
Functions | |
zfautoT< ZFHttpServer > | ZFDebugServer (zfuint port) |
util to start a debug http server that can receive and run lua code from remote | |
zfautoT< ZFTaskId > | ZFDebugClient (const zfstring &url, const zfstring &luaCode, const ZFListener &callback=(zft_zfnull)) |
see ZFDebugServer | |
zfautoT< ZFTaskId > | ZFDebugClient (const zfstring &url, const ZFInput &luaCode, const ZFListener &callback=(zft_zfnull)) |
see ZFDebugServer | |
debug server
|
extern |
util to start a debug http server that can receive and run lua code from remote
typical usage: