Replies: 2 comments 5 replies
-
Looks like it's easy to change the xsbug-log behavior to be as I would like. I'm open to suggestions on how to configure this (right now there's a diff:
|
Beta Was this translation helpful? Give feedback.
-
There is no reference to either
Support launching xsbug-log from mcrun not yet in place. Both the mcconfig and mcrun tools set |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use xsbug-log with mods and it's not really working for me. The issues I've encountered:
On the second point, if I ask for debug to show on stdout then I kind'a expect it to show up there and not in some other terminal that happens to have some xsbug-log running, which is what happens now. I remember there was some discussion whether xsbug-log should or should not kill any running xsbug and I see that it prints a message. Why not simply use a random port between serial2xsbug and xsbug-log which would (a) allow as many concurrent uses as one has terminals and (b) always show the output in the terminal where mcconfig/mcrun are run, and (c) avoid any conflict with xsbug?
Update:
Looking at the source of xsbug-log I notice that it's fixed on localhost:5002 and that it launches serial2xsbug, I suspect this means that if I have XSBUG_* environment variables set to different values that xsbug-log and serial2xsbug won't actually communicate...
Beta Was this translation helpful? Give feedback.
All reactions