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">
2004-06-21 10:33:03 +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" >
2010-04-19 01:54:40 +00:00
< title > Debug Preferences< / title >
2004-06-21 10:33:03 +00:00
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2010-04-19 01:54:40 +00:00
< script language = "JavaScript" src = "PLUGINS_ROOT/org.eclipse.help/livehelp.js" > < / script >
2004-06-21 10:33:03 +00:00
< / head >
< body >
2012-09-19 17:16:24 -04:00
< div role = "main" > < h1 > Debug preferences< / h1 >
2004-06-21 10:33:03 +00:00
2011-03-31 13:59:18 +00:00
< p > Use the < img src = "../images/command_link.png" alt = "" > < a class = "command-link" href = 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.CDebugPreferencePage)")' > Debug< / a > preference panel in the < strong > Preferences< / strong > window to manage common globally defined debug settings.< / p >
2004-06-21 10:33:03 +00:00
< img src = "../images/debug_pref.png" alt = "Debug Preferences" >
2004-06-24 20:26:35 +00:00
2010-05-10 20:25:24 +00:00
< p > < / p >
2010-04-19 01:54:40 +00:00
< table width = "600px" cellpadding = "4" cellspacing = "0" border = "1" fgcolor = "DDD" >
2010-04-27 15:38:46 +00:00
< caption > < strong > Debug Preference Options< / strong > < / caption >
2010-04-19 01:54:40 +00:00
< colgroup >
< col width = "35%" valign = "top" >
< col width = "65%" valign = "top" >
< / colgroup >
< tbody >
2011-03-31 13:59:18 +00:00
< tr style = "text-align:center;" >
< th id = "option" > < strong > Options< / strong > < / th >
< th id = "description" > < strong > Description< / strong > < / th >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Show Full Paths< / strong > < / td >
< td headers = "description" > Select this checkbox to show the full path to files and directories.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Default variable format< / strong > < / td >
2012-02-21 14:14:19 -05:00
< td headers = "description" > Select the default variable format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Default expression format< / strong > < / td >
2012-02-21 14:14:19 -05:00
< td headers = "description" > Select the default expression format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Default register format< / strong > < / td >
2012-02-21 14:14:19 -05:00
< td headers = "description" > Select the default register format from either Default, Hexadecimal, Decimal, Octal or Binary.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Character encoding< / strong > < / td >
< td headers = "description" > Select a character encoding scheme from the dropdown list.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Maximum number of displayed instructions< / strong > < / td >
< td headers = "description" > Enter the maximum number of disassembly instruction to be shown in the Disassembly view.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Color of source lines< / strong > < / td >
< td headers = "description" > Select the color of source lines in the mixed source/disassembly mode.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< tr >
2011-03-31 13:59:18 +00:00
< td headers = "option" > < strong > Show source files in binaries< / strong > < / td >
< td headers = "description" > Select this checkbox to show the source files in binaries.< / td >
2010-04-19 01:54:40 +00:00
< / tr >
< / tbody >
< / table >
2004-06-21 10:33:03 +00:00
2010-04-19 01:54:40 +00:00
< p > < img src = "../images/ng00_04a.gif" ALT = "IBM Copyright Statement" > < / p >
2012-09-19 17:16:24 -04:00
< / div > < / body >
2004-06-24 10:49:13 +00:00
< / html >