C ++ Builder first-study and answer (fourteen)

zhaozj2021-02-16  49

(Copyright requirements: this article only authorizes 9CBS to use, separate ccrun reproduced, other personal and websites must not be reproduced, extract, if there is special demand to contact the author)

(4) Using the C Builder integrated view "View" menu in the development environment, we can display or hide different parts in the C Builder integrated development environment, or to open a window belonging to the integrated debugger.

"Project Manager" menu item is used to display the engineering manager.

The "Object Inspector" menu item is used to display the object monitor window.

The "Alignment Palette" menu item is used to display the typesetting window.

The "Component List" menu can pop up a window containing a list of all components, which can be easily found in this window and placed on the form.

The "Window List" menu pops up a dialog that contains all open window, which can be easily activated from the window of any C Builder from this dialog.

The "Debug Windows" menu contains some submenus for debugging. He has the following submenu items:

1 The "BreakPoints" menu item is used to display the breakpoint dialog box.

2 The "Call Stack" menu item is used to display the call stack dialog.

3 The "Watches" menu item is used to display the observation list dialog.

4 "Local Variables" menu items are used to monitor local variables.

The 5 "Threads" menu item is used to display the thread status box.

6 "Modules" menu items are used to display module windows.

7 "Event log" is used to display the record of the event.

8 "CPU" is used to display the CPU window.

The "Toggle Form / Unit" menu item is used to switch back and forth between forms and units.

The "Units" menu item is used to display the View Unit dialog.

"Forms" menu item is used to display the View Form dialog.

The Type Library menu item is used to display the Type Library Editor window.

The "New Edit Window" menu item is used to open a new page in the code editor.

The "Toolbar" menu item is used to display the / hidden toolbar.

(5) In the C Builder integrated development environment, use the Project menu to compile, build applications, of course, these work must first open a project file.

The "Add to Project" menu item is used to join a file to the project file.

"Remove from Project" menu item is used to delete a file from the project file.

The "Import Type Library" menu item is used to introduce a type library to the project.

"Add to Repository" menu item is used to add an engineering to the object storage.

The "View Source" menu item is used to open the project source file in the code editor.

The "View Makefile" menu item is used to open an extended project Make file in the code editor.

The "Add New Project" menu item is used to open the New Items dialog, which contains new objects and objects stored in the object store.

The "Add Existing Project" menu item is used to add an existing project already existing.

The "Compile Unit" menu item is used to compile any modified source code programs after the last compile.

The "Make Project" menu item compiles the files that have been modified from the previous project and generate the final application.

The "Build Project" menu item recompores all the files in the project regardless of whether the file is modified.

The INFORMATION for Project menu item Displays all information and status of the construction project.

"Make All Projects" menu item constructor all changes in the project group.

The "Build All Projects" menu item re-creates all the projects in the project team regardless of whether the project changes.

The "Web Deployment Options" menu item is set to the configured ActiveX control or active form to the web server. The "Web Deploy" menu item is used to configure the final ActiveX control or active form after setting the network configuration option and compile the project.

The "Options" menu item is used to modify the connection, compiling version of the project.

(6) The RUN menu in the C Builder integrated development environment contains some menu commands for C Builder integration debugging. These menu commands form the core functions of the integrated debugger.

"Run" menu item is used to compile and run the application.

"Attatch to Process" menu item is used to debug a process currently running.

"Parameters" menu item is used to specify the initial parameters at the application runtime.

The "Register ActiveX Server" menu item is used to add ActiveX control to the window registration form.

The "Unregister ActiveX Server" menu item is used to delete ActiveX control from the window registration form.

"Install COM Objects" menu item is used to install Microsoft's COM object.

The "Step over" menu item is used to perform a line in the application, and ignore the function calls in the row.

The "Trace INTO" menu item is used to perform a line in the application, however, when the function call in the program line, the runtime of the program is transferred to the internal operation of the function, so that the program debugging personnel tracks the program.

"Trace to Next Source Line" menu item performs an application, stop running in the next executable program code.

The "Run To Cursor" menu item runs the loaded program, stops when the program is running to the cursor in the code editor window.

The "Show Execution Point" menu item places the cursor on the executable of an editing window.

"Program PaUSE" menu item is used to temporarily stop a running application.

The "Program RESET" menu item is used to end the currently running program and release the application from memory, reload this application, and then place the cursor on the starting point of the program run.

The "Inspect" menu item opens the monitor dialog. In this monitoring dialog box, the debug person can monitor, check, check, check the value of variables and expressions.

The "Evaluate / Modify" menu item opens the evaluation / modification (Evaluate / Modify) dialog box, in which the dialog, you can evaluate or modify the value of the expression.

The "Add Watch" menu item is used to open the Observer Dialog box. In this observation dialog, the debug person can join and delete the observer.

The "Add BreakPoint" menu item is used to set breakpoints, through the menu items below it, we can set breakpoints in many ways.

(Endlessly)

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

New Post(0)