readme.new_interface
来自「如果RH」· NEW_INTERFACE 代码 · 共 32 行
NEW_INTERFACE
32 行
By adding -DNEW_INTERFACE to the DEFGDB line in the Imakefile,you will be compiling xxgdb to use the new multi-window format.This format will let you choose which sections of xxgdb youwish to use by toggling the Source Display, Command Buttons,and Variable Display windows ON or OFF. The toggle buttonsare located at the bottom of the main GDB interaction window.Along with these Toggle buttons for the windows. I have addedanother Quit button, so the Command Buttons window doesn'thave to be activated just for a quick exit.There are two alternative to startup. If you want all of thedisplay windows active at startup, add -DOPEN_ALL_WINDOWSto the DEFGDB line in the Imakefile, right after where you haveadded -DNEW_INTERFACE. This will open the Source Display,Command Buttons, and Variable Display windows at startup.If you don't just the main xxgdb window will be displayed. (Iprefer this one).Oh yeah, don't forget to replace the XDbx.ad file with the newXDbx.NEW_INTERFACE file. Otherwise things will not look good atall and might not run.Dean.------------------------------------------------------------------------Dean Michaels - dean@trlabs.CA Phone: (403) 441-3818Computer Systems Administrator Fax: (403) 441-3600TRLabs - Telecommunications Research Laboratories #800 Park Plaza, 10611-98 Ave., Edmonton, Alberta, Canada, T5K 2P7
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?