Skip to content

Commit 1998d25

Browse files
committed
TODO UPDATE
1 parent 39bf1e9 commit 1998d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TODO

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---- 2024/01/26 ----
22
- Create like standard exceptions [X]
3-
- Add the macro `throw_if(EXPR, EXCEPTION, ...)` [ ]
43
- Find a way to catch the whole backtrace from where was called it [X]
54
link: https://www.gnu.org/software/libc/manual/html_node/Backtraces.html
65
- Implement a way to detect if a handler exist when an exception is raise is called
76
and jump to that halder if thats not the case checks `else`
87
otherwise abort the program [X]
9-
- It would be great to connect a debuguer with this tool [ ]
8+
- It would be great to connect a debuguer with this tool [X]
109

0 commit comments

Comments
 (0)