Jump to content

[SOLVED] Problem with breakpoint in UnigineScript


photo

Recommended Posts

I noticed that when placing a breakpoint in UnigineScript, under Windows we always get an empty variable list when typing the 'list' command. When debugging I noticed it did output the variables through terminal->puts (Debugger.cpp:437), but puts doesn't seem to have any implementation for Windows (and neither for Linux or MacOS, in fact only for android, ios and winRT). If I replace the call to terminal->puts with terminal->print it seems to work again.

 

Disclaimer: we did not upgrade to yesterdays SDK yet, but I took a quick look at the source code and didn't see relevant changes in these

sections.

Link to comment
  • 1 month later...
×
×
  • Create New...