Skip to content

way to do breakpoint debuging or log printing? #63

Answered by cesaref
VinciShark asked this question in Q&A
Discussion options

You must be logged in to vote

logging is supported in some contexts, and by the command line app (but not the website). Processors include a hidden stream console which if you write to, will appear in the output of the soul command. You can write any data type (including strings), and you can write multiple elements, so this is valid console << "Test" << i << "\n";

This will only work in processor functions, not in functions in namespaces.

As for breakpoints and general debugging, not yet, but it's on the roadmap!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VinciShark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants