|
|
|
|
|
by scoutt
2715 days ago
|
|
Any multi-instance, multithread-capable language must have an appropriate debugger. > [src/main.rs:4] x = 5 How to differentiate the value of 'x' for a given thread/instance/whatever? Don't add the info by hand to the debug message. edit: typo |
|