Add DebuggingPackage.

This commit is contained in:
Stephen Chung
2022-01-25 14:32:42 +08:00
parent 0e5f62574d
commit aee35e5f20
5 changed files with 121 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ New features
* A debugging interface is added.
* A new bin tool, `rhai-dbg` (aka _The Rhai Debugger_), is added to showcase the debugging interface.
* A new package, `DebuggingPackage`, is added which contains the `stack_trace` function to get the current call stack anywhere in a script.
Version 1.4.2