2011-03-31 13:59:18 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2003-11-28 21:50:02 +00:00
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > Debug preferences< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Debug preferences< / h1 >
2003-11-28 21:50:02 +00:00
2010-03-31 01:34:27 +00:00
< p > The C/C++ < strong > Debug< / strong > panel controls general settings for C/C++ debugging.< / p >
2007-06-08 18:35:47 +00:00
< p > < img src = "../images/view_debug_prefs.png" ALT = "C/C++ Debug preferences panel" > < / p >
2007-05-24 21:14:15 +00:00
< table width = "600px" cellpadding = "5" cellspacing = "0" border = "1" >
2010-03-31 01:34:27 +00:00
< caption > < strong > C/C++ Debug Preference Options< / strong > < / caption >
2007-05-24 21:14:15 +00:00
< colgroup >
< col width = "30%" valign = "top" >
< col width = "70%" valign = "top" >
< / colgroup >
< tbody >
2011-03-31 13:59:18 +00:00
< tr class = "hidden" >
< th id = "option" > Option< / th >
< th id = "description" > Description< / th >
< / tr >
2007-05-24 21:14:15 +00:00
< tr >
2011-03-31 13:59:18 +00:00
< td style = "width:30%" valign = "top" headers = "option" > < strong > Default variable format< / strong > < / td >
2012-03-05 16:08:53 -05:00
< td valign = "top" headers = "description" > Select the default variable format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2007-05-24 21:14:15 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "width:30%" valign = "top" headers = "option" > < strong > Default expression format< / strong > < / td >
2012-03-05 16:08:53 -05:00
< td valign = "top" headers = "description" > Select the default expression format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2007-05-24 21:14:15 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td style = "width:30%" valign = "top" headers = "option" > < strong > Default register format< / strong > < / td >
2012-03-05 16:08:53 -05:00
< td valign = "top" headers = "description" > Select the default register format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2007-05-24 21:14:15 +00:00
< / tr >
2012-03-05 16:08:53 -05:00
< tr >
< td style = "width:30%" valign = "top" headers = "option" > < strong > Character encoding< / strong > < / td >
< td valign = "top" headers = "description" > Select the character encoding of the debugged program. This applies to char type strings. Note that this requires GDB version 7.0 or later.< / td >
< / tr >
< tr >
< td style = "width:30%" valign = "top" headers = "option" > < strong > Wide character encoding< / strong > < / td >
< td valign = "top" headers = "description" > Select the wide character encoding of the debugged program. This applies to wchar_t type strings. Note that this requires GDB version 7.0 or later.< / td >
< / tr >
2007-06-08 18:35:47 +00:00
< tr >
2011-03-31 13:59:18 +00:00
< td valign = "top" headers = "option" > < strong > Show source files in binaries < / strong > < / td >
< td valign = "top" headers = "description" > Show source files associated with project binaries. < / td >
2007-06-08 18:35:47 +00:00
< / tr >
2007-06-12 20:01:55 +00:00
< / tbody >
2007-05-24 21:14:15 +00:00
< / table >
2003-11-28 21:50:02 +00:00
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngconcepts.gif" ALT = "Related concepts" width = "143" height = "21" >
2003-11-28 21:50:02 +00:00
< br >
< a href = "../concepts/cdt_c_dbg_info.htm" > Debug information< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngtasks.gif" ALT = "Related tasks" width = "143" height = "21" >
2003-11-28 21:50:02 +00:00
< br >
< a href = "../tasks/cdt_o_debug.htm" > Debugging< / a > < / p >
2011-03-31 13:59:18 +00:00
< p > < img src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
2003-11-28 21:50:02 +00:00
< br >
< a href = "cdt_o_views.htm" > Views< / a > < / p >
2010-04-20 19:21:34 +00:00
< p > < img src = "../images/nokiaCopyright.png" alt = "Nokia Copyright Statement" > < br >
2007-06-08 18:35:47 +00:00
< img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" > < / p >
2012-09-19 17:16:24 -04:00
< / div > < / body >
2003-11-28 21:50:02 +00:00
< / html >