Skip to content
Dongseong Hwang edited this page May 6, 2013 · 1 revision

GDB, Running Test, Valgrind and etc.

Chromium Linux Debugging

GPU Debugging

apitrace

  • check out and build apitrace: https://github.com/apitrace/apitrace
  • dump trace > apitrace trace ./content_shell --in-process-gpu --no-sandbox http://YourInterestedSite
  • debug the dump file > qapitrace content_shell.trace

Introduction

Clone this wiki locally