移动端和PC端代码调试方法

10/13/2020 Debugger方法

移动端与PC端不仅仅是在样式布局和代码风格的不同,对于bug调试也有很大区别

# 移动端代码调试

# chalres

# Vconsole

# spy-debugger

# whistle

# 真机调试

# chrome://inspect
# android studio / 模拟器

# PC端代码调试

# chrome浏览器

# performance

# 断点调试

Last Updated: 6/2/2023, 3:54:33 PM