Programming Servo--The Debug Way
- August 26, 2018
- Liu, An-Chi 劉安齊
Programming Servo: The Debug Way
Debug Servo and Rust in a modern way
Servo is a huge project. I have counted the lines of code for you. There are almost a hundred thousand lines of code in the Servo project. To develop such a big project, knowing how to debug in a right way is very important, since you would like to find the bottleneck in a fast and efficient way.
In this article, I will teach you some tips to use GDB developing and debugging your Rust code in the Servo project.
Continue reading