VSCode debug electron program, how to solve the console garbled?

error debugging electron-quick-start program according to electron document:
clipboard.png
launch.js:


clipboard.png

:

clipboard.png

Please help me, thank you very much!


does not rule out that there is a problem with the data output by log, or it is possible that non-ASCII characters are not accepted where printed, try to print ASCII characters (English and numbers), if there is no garbled code, then use English. If you insist on fixing, try to check that the editor is complete (each function) supports other locales (non-English).


encountered the same problem. Reinstall the nodejs version corresponding to electron and restart pc, to solve the problem. You can try it. See

for the recommended version on the home page of electron's official website.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b315b6-2bd8e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b315b6-2bd8e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?