2c37e4477e
Port debugger unit tests for break command to new framework to prepare for added many more tests dealing with nested namespaces.
15 linhas
232 B
Plaintext
15 linhas
232 B
Plaintext
break break2.php:7
|
|
break foo2()
|
|
break cls2::pubObj()
|
|
break cls2::pubCls()
|
|
run
|
|
@ foo2('test_break6')
|
|
continue
|
|
@ $break6=new cls2()
|
|
@ $break6->pubObj('test_break6')
|
|
continue
|
|
@ cls2::pubCls('test_break6')
|
|
break clear all
|
|
continue
|
|
quit
|