Debugging library and toolkit
Example Usage
from "github.com/Serulian/debuglib:master" import Log
function<void> StartApp() {
Log('this is a log message')
Log(42)
}
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
console.webidl | ||
|
|
debuglib.seru | ||
from "github.com/Serulian/debuglib:master" import Log
function<void> StartApp() {
Log('this is a log message')
Log(42)
}