Tooling
20230817 chapter3 tooling up 学习make GDB git 等工具
make -B 强制重新make gdb之前,需要先在编译时加入 -g 参数以开启debug模式,修改一下makefile; TARGET=move ifdef DEBUG DEBUGFLGS = -g else DEBUGFLGS = endif $(TARGET): $(TARGET).o ld ......
SAP UI5 Tooling - 在 i18n.properties 文件里维护中文字符后变成乱码该如何解决
看这个 Github issue. 重现步骤: 解决方案 setting the propertiesFileSourceEncoding configuration in ui5.yaml to UTF-8. Documentation: https://sap.github.io/ui5-too ......