|
|
|
|
|
by artemonster
1955 days ago
|
|
Can someone explain me how debugging such a language works with so many cross-compilation targets? What if I want to set a breakpoint somewhere in the code,
a) what changes depending on the target (compiled code, interpreter, vm)
b) how debug adapters should work with all that zoo?
Or maybe there are no?
Or maybe a major question: how do you write a complicitaed piece of software in a "different" language with poor tool support? You rely on something else? |
|
https://github.com/vshaxe/vshaxe/wiki/Debugging
Other than that, if really you need to debug some target-specific issue on a target without debugging support, there's usually still the option of debugging the generated code.