Arquivos
hhvm/hphp/test/quick/debugger/async_stack.php.in
T
Mike Magruder 95e5b48cd9 Expose basic async stack in the debugger
Expose the async stack in the debugger. This is the stack of, say, generators driven from the ASIO extension. This is a modification to the where command. The new command type accounts for back compat between old servers/clients. I've added a shortcut, "wa", which is a bit faster to type.

I also modified the normal stack trace to not print bogus lines for functions with no file/line info.

Differential Revision: D920910
2013-08-13 14:24:24 -07:00

22 linhas
149 B
Plaintext

break async_stack.php:7
break async_stack.php:13
break async_stack.php:19
break async_stack.php:28
continue
w
wa
c
w
wa
c
w
wa
c
w
wa
c
w
w a
c
quit