We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf1e9 commit 1998d25Copy full SHA for 1998d25
TODO
@@ -1,10 +1,9 @@
1
---- 2024/01/26 ----
2
- Create like standard exceptions [X]
3
-- Add the macro `throw_if(EXPR, EXCEPTION, ...)` [ ]
4
- Find a way to catch the whole backtrace from where was called it [X]
5
link: https://www.gnu.org/software/libc/manual/html_node/Backtraces.html
6
- Implement a way to detect if a handler exist when an exception is raise is called
7
and jump to that halder if thats not the case checks `else`
8
otherwise abort the program [X]
9
-- It would be great to connect a debuguer with this tool [ ]
+- It would be great to connect a debuguer with this tool [X]
10
0 commit comments