| Index: runtime/include/dart_debugger_api.h
|
| ===================================================================
|
| --- runtime/include/dart_debugger_api.h (revision 12271)
|
| +++ runtime/include/dart_debugger_api.h (working copy)
|
| @@ -305,6 +305,13 @@
|
|
|
|
|
| /**
|
| + * Returns on which exceptions the debugger pauses.
|
| + *
|
| + * Requires there to be a current isolate.
|
| + */
|
| +DART_EXPORT Dart_ExceptionPauseInfo Dart_GetExceptionPauseInfo();
|
| +
|
| +/**
|
| * Returns in \trace the the current stack trace, or NULL if the
|
| * VM is not paused.
|
| *
|
|
|