The solution to the failure of reading data using QtSpim under Windows

Symptom

  When using QtSpim under Windows, I found that the input data cannot be read into the register.

Solution

  The reason is that the keyboard that switches between Chinese and English is used. Even if the keyboard is switched to input English data, it also uses Unicode. This causes the input of QtSpim's non-strict English characters, so data cannot be read.
Insert picture description here
  So just switch the keyboard to ENG, as follows:
Insert picture description here

Guess you like

Origin blog.csdn.net/m0_46161993/article/details/111998149