Arquivos
hhvm/hphp/test/quick/debugger/break2.php.in
T
Herman Venter 8d25c0f6f2 Give feedback if breakpoints won't hit because a file is not loaded, a class is not loaded, or a function is not loaded
The debugger client now accepts feedback from the the debugger server about whether a breakpoint can be hit, absent further loads of files, classes or functions.
2013-06-21 11:44:40 -07:00

17 linhas
254 B
Plaintext

break break2.php:7
break foo2()
break cls2::pubObj()
break cls2::pubCls()
break list
run
@ foo2('test_break6')
break list
continue
@ $break6=new cls2()
@ $break6->pubObj('test_break6')
continue
@ cls2::pubCls('test_break6')
break clear all
continue
quit