Prabhat Sachdeva
2c4fff25a8
Explorer: add more information to stack trace (#3040)
Adds **action kind** and **source location** for stack trace.
Example:
```
(+) stack-push: <action> (<source location>)
(+) stack-pop: <action> (<source location>)
```
This PR also updates the `Action::Print(...)` method, following is the
generalized view of `Action::Print(...)`.
```
ActionKind pos: <pos_count> `<related_code>` results: [<collected_results>] scope: [<scope>]
```
2023-08-03 16:05:37 +00:00
..
2023-05-18 10:20:51 -07:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-08-02 21:44:16 +00:00
2023-05-15 16:23:59 -07:00
2023-06-15 08:42:14 -07:00
2023-05-18 10:20:51 -07:00
2023-08-02 21:44:16 +00:00
2023-05-15 16:23:59 -07:00
2023-05-31 16:35:21 -07:00
2023-07-24 18:11:40 +00:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-08-02 21:44:16 +00:00
2023-05-18 10:20:51 -07:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-06-14 16:14:21 -07:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-06-29 00:37:13 +00:00
2023-06-15 08:42:14 -07:00
2023-05-18 10:20:51 -07:00
2023-06-28 09:07:01 -07:00
2023-07-24 14:39:13 +00:00
2023-07-19 23:07:53 +00:00
2023-07-27 20:39:54 +00:00
2023-05-18 10:20:51 -07:00
2023-06-28 09:07:01 -07:00
2023-06-20 12:32:58 -07:00
2023-05-18 10:20:51 -07:00
2023-06-15 08:42:14 -07:00
2023-07-19 01:02:47 +00:00
2023-08-02 21:44:16 +00:00
2023-08-02 21:44:16 +00:00
2023-05-18 10:20:51 -07:00
2023-06-23 21:42:00 -07:00
2023-06-15 08:42:14 -07:00
2023-08-02 21:44:16 +00:00
2023-07-26 21:30:28 +00:00
2023-05-18 10:20:51 -07:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-08-03 16:05:37 +00:00
2023-06-15 08:42:14 -07:00
2023-06-15 08:42:14 -07:00
2023-07-24 14:39:13 +00:00
2023-06-15 08:42:14 -07:00