8d25c0f6f2
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.
45 linhas
785 B
Plaintext
45 linhas
785 B
Plaintext
exception MyException
|
|
break list
|
|
run
|
|
exception NotAnException
|
|
break list
|
|
break clear all
|
|
exception Exception
|
|
break list
|
|
@ throw_exception()
|
|
break clear all
|
|
continue
|
|
exception MyException
|
|
@ throw_myexception()
|
|
break clear all
|
|
continue
|
|
exception error
|
|
@ error_undefined_class()
|
|
break clear all
|
|
continue
|
|
exception Exception
|
|
@ \Outer\throw_exception()
|
|
break clear all
|
|
continue
|
|
exception \Outer\MyException
|
|
@ Outer\throw_myexception()
|
|
break clear all
|
|
continue
|
|
exception error
|
|
@ \Outer\error_undefined_class()
|
|
break clear all
|
|
continue
|
|
exception Exception
|
|
@ \Outer\Inner\throw_exception()
|
|
break clear all
|
|
continue
|
|
exception Outer\Inner\MyException
|
|
@ Outer\Inner\throw_myexception()
|
|
break clear all
|
|
continue
|
|
exception error
|
|
@ \Outer\Inner\error_undefined_class()
|
|
break clear all
|
|
continue
|
|
quit
|