mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Package lines for core:debug
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
// package debug implements a stack trace library. Only works when debug symbols are enabled `-debug`.
|
||||||
|
package debug_trace
|
||||||
/*
|
/*
|
||||||
A debug stack trace library. Only works when debug symbols are enabled `-debug`.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
import "base:runtime"
|
import "base:runtime"
|
||||||
import "core:debug/trace"
|
import "core:debug/trace"
|
||||||
@@ -47,5 +47,4 @@ Example:
|
|||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
package debug_trace
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Package `core:dynlib` implements loading of shared libraries/DLLs and their symbols.
|
package dynlib implements loading of shared libraries/DLLs and their symbols.
|
||||||
|
|
||||||
The behaviour of dynamically loaded libraries is specific to the target platform of the program.
|
The behaviour of dynamically loaded libraries is specific to the target platform of the program.
|
||||||
For in depth detail on the underlying behaviour please refer to your target platform's documentation.
|
For in depth detail on the underlying behaviour please refer to your target platform's documentation.
|
||||||
|
|||||||
Reference in New Issue
Block a user