[Ubuntu Wiki] Update of "Chromium/Debugging" by uusijani
Ubuntu Wiki
noreply at ubuntu.com
Mon May 21 16:02:45 UTC 2012
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The "Chromium/Debugging" page has been changed by uusijani:
http://wiki.ubuntu.com/Chromium/Debugging?action=diff&rev1=10&rev2=11
Comment:
typo: just +like any
You'll need to provide a [[https://wiki.ubuntu.com/Backtrace|backtrace]]. It can be produced using gdb, with the help of debugging symbols.
== Getting a backtrace ==
- Debugging symbols come in packages that can be [[InstallingSoftware|installed just any other software package]] in Ubuntu. The debugging symbols package for Chromium is called ''chromium-browser-dbg''. Once you've installed it, open a terminal and proceed as follows:
+ Debugging symbols come in packages that can be [[InstallingSoftware|installed just like any other software package]] in Ubuntu. The debugging symbols package for Chromium is called ''chromium-browser-dbg''. Once you've installed it, open a terminal and proceed as follows:
{{{
$ chromium-browser --debug 2>&1 | tee gdb-chromium.txt
More information about the Ubuntu-bugsquad
mailing list