Trace is not displayed in terminal #1446
Answered
by
RobDangerous
seiren-games
asked this question in
Q&A
-
Hello, //~~~~~Main.hx
public static function main() {
trace("start kha project");
System.start({title: "Project", width: 1024, height: 768}, function (_) {
// Just loading everything is ok for small projects
Assets.loadEverything(function () {
// Avoid passing update/render directly,
//~~~~~ The terminal output looks like this.
No trace output. If you run the exe directly it will appear.
Please let me know if there is a way to see the trace with |
Beta Was this translation helpful? Give feedback.
Answered by
RobDangerous
Mar 1, 2023
Replies: 1 comment
-
There is no way I think but feel free to open an issue about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seiren-games
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way I think but feel free to open an issue about it.