answersLogoWhite

0

Editor and debugger.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the advantage of an outline function?

Outline functions are primarily advantageous in debug code. By default, functions are never inline expanded in debug code (where NDEBUG is not defined) because debug code should never be optimised. This is simply because it much easier to map the assembly to the source code using outline functions.In release builds (where NDEBUG is defined), functions are only inline expanded when there is an advantage in doing so. Trivial one-line functions are good candidates, as are complex functions that are only invoked in one place. Functions that increase code size are rarely good candidates so these will remain outline functions. Note that the programmer has no real control over which functions will be inline expanded. In particular, the inlinekeyword has had no bearing on inline expansion since 1998; it is used solely as a linkage directive when defining a non-member function in a header.


What type of memory used the debug mode?

cheese and tea bags


What is the use of debug in 8086 microprocessor?

The debug flag in the 8086/8088 microprocessor causes one instruction to be executed, followed immediately by a debug interrupt. The flag then gets turned off, so you get get nested debug interrupts. This is used by a debugger program to single step a process that it is debugging (the debugee, so to speak).


In Sonic CD what is Debug mode and how does it work?

Debug mode is used by activating it by inputing a code in sound test, it allows you to activate cheats and place items on the level in play.


What is debugg?

DebuggerA debugger is a computer program that is used to test and debug other programs.


What is debug mode in gaming?

Debug mode usually lets the user change many aspects of the game if you know how to use them properly. On the other hand debug mode is a mode which the programmer or the developer of the game can control and change many things and see many details to debug his game, as the it's name(debug mode) also says. By a little search I found some other definitions: Debug mode is a development tool which typically allows you to break the rules of the game in any number of ways and to give technical information that is of benefit to the programmers working on the games. Examples of debug are Object Debug, Night Mode and Placement Debug. It also makes collision blocks,invisible blocks which can't be passed normally, appear. (Form: http://info.sonicretro.org/Debug_mode) The debug menu is a special menu that the programmers used to test the game and debug it (hence, the name "Debug menu"). This allows us to do everything they did when making the game, including a great deal of options that are not normally available. (From: http://www.gamefaqs.com/console/gamecube/file/516492/28318)


What are the primary functions of Word Excel and Powerpoint?

The primary function of Word is to create documents, Power point is to create slides. Excel can be used for calculations and tables.


What is the functions or Microsoft PowerPoint?

Powerpoint is used to create slideshows, on-screen projections, for printing or web based displays.


What is a set of tools called that is used to write test edit and debug a computer program?

An integrated development environment (IDE).


What are some functions of Jboss Application Server?

The functions of the Jboss Application Server is to act as an open source code tool to allow individuals or businesses to create applications. It can be used for debugging and as a learning tool. It is based on Java.


Identify the command used to display information on routing-table updates and route-cache updates?

route#debug ip routing


Functions used to display text or values if certain conditions exist?

Logical functions like IF functions or others can be used.