2004-06-21 10:33:03 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
< 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 >
2010-04-19 01:54:40 +00:00
< h1 > Debug preferences< / h1 >
2004-06-21 10:33:03 +00:00
2010-04-19 01:54:40 +00:00
< p > Use the < img src = "../images/command_link.png" border = "0" 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 < b > Preferences< / b > 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-04-19 01:54:40 +00:00
< p / >
< table width = "600px" cellpadding = "4" cellspacing = "0" border = "1" fgcolor = "DDD" >
< caption > < b > Debug Preference Options< / b > < / caption >
< colgroup >
< col width = "35%" valign = "top" >
< col width = "65%" valign = "top" >
< / colgroup >
< tbody >
< tr align = "center" >
< td > < b > Options< / b > < / td >
< td > < b > Description< / b > < / td >
< / tr >
< tr >
< td > < b > Show Full Paths< / b > < / td >
< td > Select this checkbox to show the full path to files and directories.< / td >
< / tr >
< tr >
< td > < b > Default variable format< / b > < / td >
< td > Select the default variable format from either Natural, Hexidecimal, Decimal or binary.< / td >
< / tr >
< tr >
< td > < b > Default expression format< / b > < / td >
< td > Select the default expression format from either Natural, Hexidecimal, Decimal or binary.< / td >
< / tr >
< tr >
< td > < b > Default register format< / b > < / td >
< td > Select the default register format from either Natural, Hexidecimal, Decimal or binary.< / td >
< / tr >
< tr >
< td > < b > Character encoding< / b > < / td >
< td > Select a character encoding scheme from the dropdown list.< / td >
< / tr >
< tr >
< td > < b > Maximum number of displayed instructions< / b > < / td >
< td > Enter the maximum number of disassembly instruction to be shown in the Disassembly view.< / td >
< / tr >
< tr >
< td > < b > Color of source lines< / b > < / td >
< td > Select the color of source lines in the mixed source/disassembly mode.< / td >
< / tr >
< tr >
< td > < b > Show source files in binaries< / b > < / td >
< td > Select this checkbox to show the source files in binaries.< / td >
< / 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 >
2004-06-21 10:33:03 +00:00
< / body >
2004-06-24 10:49:13 +00:00
< / html >