The printed output is inconsistent with the internal data of the debugger

the print output is  -----> ,{"x"3,"y":-16843},

the real data is --------> 

{
  "x": -15263,
  "y": -16843
},

 

0
2 comments

After testing, it seems that when the printed output data contains non ascii data, the first row of printing will have problems, while the other rows of data have not been tested

0

Tt1296116093 Could you try to start application in the external terminal, see if the same problem happens? 
The setting is available in Run/Debug Configuration settings, tick on “Use External Console”.

 

0

Please sign in to leave a comment.