Turbo C 2.0 integrated development environment

xiaoxiao2021-03-06  38

Turbo C 2.0 integrated development environment

After entering the TURBO C 2.0 integrated development environment, the screen is displayed:

File Edit Run Compile Project Options Debug Break / Watch Main Menu ========================================= ============================================ Line 1 Col 1 INSERT IND TAB FILL Uniname.c main screen editing District ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------ Information window F1-Help F5-Zoom F6-Switch F7-TRACE F8-STEP F9-MAKE F10-MENU shortcut key

The contents of the main menu will be described in detail below. 1.File [file]

FILE can enter the File menu by Alt F. Load F3 is loaded into a file, selecting a list in the list for editing, and the hotkey is F3. Pick Alt - F3 In the list of recently used files, select a file editing, the hotkey is Alt F3. NEW Create a new file, the default file is named Noname.c. Save F2 store, hotkey is F2. Write to specifies a file name store, if already existing, ask if it is overwritten. Directory is substantially the same as the LOAD menu, and the files in the selection list are edited. Change DIR Change the current path of the program run. The OS Shell is transferred to the DOS-shell prompt, and the exit command returns. Quit Alt - x exits the program, the hotkey is Alt X.

2.EDIT [edit] no submenu. 3.Run [Run]

Run can enter the RUN menu by Alt R. Runctrl - F9 runs the program, the hotkey is Ctrl F9. The Program RESET CTRL - F2 program restarts and aborts current debugging, releases allocated space, and the hotkey is Ctrl F2. The Go to Cursor F4 is running to the cursor. For debugging, the cursor must be a executable statement, otherwise the prompt is wrong, the hotkey is F4. Trace INTO F7 Tracking - When the program is debugged, the track is executed to each sub function, the hotkey is F7. Step over F8 Single Step - When debugging, do not track the inside of each sub function, the hotkey is F8. User Screen Alt - F5 User Screen - The result is displayed on the screen when the program is running, and the hotkey is Alt F5.

4.Compile [Compile]

Compile Press Alt C to enter the Compile menu. Compile to Obj Alt F9 Compiles the source file to generate .Obj target file, hotkey is Alt F9. Make EXE FILE generates .exe execution file. Link Exe file generates the current .Obj file and library files together to generate .exe files. Build all recompores all files and generates .exe files. Primary C File C File, compiled, if there is no item, compile the primary C file, and the error file is called in the compile. GET INFO gets information such as the current path, file name, file size, memory usage. 5.Project [Project]

Project Press Alt P to enter the Project menu. Project Name Project Name - Extension with .prj, including file names that will be compiled, connected. Break Make On Errors stop compilation - Select whether to quit Make compilation before (warning), (error), (fatal error) or before the LINK (Connection). Auto Dependencies Off Automatically checks the file and the corresponding .Obj file date time, OFF does not check it, default is OFF. Clear Project Clears the project file name in Project / Project Name. Remove Messages Clear the information from the information window.

6.Options [Configuration]

Options Press Alt O to enter the Options menu. Compiler Compiler - There are multiple submenus, which generally does not need to be set. Linker configuration and connection related items. Environment Configuration and Environment Related Items, such as automatic storage, tab, and screen ranks, etc.. Directories Configure compilation and connection paths. General TC2.0 is a copy installation you need to reset the path. If the installation directory is C: / TC, include Directories are C: / TC / include, library directories for C: / TC / Lib. Other options may not be set. Arguments configuration command line parameters. Save Options Save the current configuration, the default configuration file is tcconfig.tc. Retrive Options is equipped with a profile.

7.debug [debug]

Debug Press Alt D to select the Debug menu. EVALUATECTRL - F4 calculates the result of the expression. Call Stack Ctrl - F3 Check the stack of stacks, it is best not to take it. The Find function is used to display the specified functions when running Turbo C Debugger. Refresh Display refreshes the editing area.

8.Break / Watch [breakpoint and monitoring]

BREAK / WATCH Press Alt B to enter the Break / Watch menu. Add Watch Ctrl - F7 inserts a monitoring expression to the monitor window. . DELETE WATCH removes the current monitoring expression from the monitor window. Edit Watch edits a surveillance expression in the monitor window. REMOVE All Watches removes all monitor expressions from the monitor window.

Toggle BreakPointCtrl - F8 Sets or clears breakpoints on the row where the cursor is located. Clear All BreakPoints Clear all breakpoints. View Next BreakPoint moves the cursor to the next breakpoint. .

转载请注明原文地址:https://www.9cbs.com/read-61973.html

New Post(0)