|
| |
| | Debugger - definition of Debugger in Encyclopedia |
 | | A debugger is a computer program that is used to debug (and sometimes test or optimize) other programs. |  | | Debuggers make the debugging process much easier and faster, to the point where the availability of a good one for a particular language and platform can sway the decision to use that language rather than another language that is superior in other respects but lacks such tools. |  | | When the program crashes, the debugger shows the position in the original code if it is a source-level debugger or symbolic debugger, commonly seen in integrated development environments. |
|
http://encyclopedia.laborlawtalk.com/Debugger
(347 words)
|
|
| |
| | Exchanger XML Editor |
 | | The Exchanger XSLT Debugger can be run from within the editor or as a standalone application, with the latter option allowing the use of extremely large input and output documents and complex stylesheets with minimal memory and CPU requirements. |  | | The debugger user interface is divided vertically with input information displayed above output information. |  | | Using the XSLT Debugger in stand-alone mode can be convenient when debugging memory-intensive transformations, particularly when the global options are set to turn off tracing and not to open the input document. |
|
http://www.exchangerxml.com/editor/help/start/debugger.html
(2799 words)
|
|
| |
| | An Interactive GNU Make Debugger |
 | | The debugger has breakpoints, dumps information about the rule at which a breakpoint is hit and allows interactive querying of variable values and definitions. |  | | variable is used by the debugger to output the |  | | The debugger and these examples all assume that you are using GNU Make 3.80 or above. |
|
http://www.cmcrossroads.com/ubbthreads/showflat.php?Number=52560
(1339 words)
|
|
| |
| | The Perl Debugger Linux Journal |
 | | Instead, the debugger will try to execute the code as normal Perl code and will evaluate it in the current context of the program being debugged. |  | | The Perl debugger can also run under Emacs, creating an integrated programming environment that is similar to products from Borland or others. |  | | Because anything that the debugger doesn't recognize as a debugger command is evaluated as Perl code, you could also type print instead of p. |
|
http://www.linuxjournal.com/article/2484
(4384 words)
|
|
| |
| | Ladebug Debugger Manual |
 | | For the debugger to parse the line, it must first turn the line into a sequence of tokens, a process called "tokenizing" or "lexical analysis." Tokenizing is done with a state machine. |  | | Chapter 15 describes the debugger's syntax and grammar. |  | | Debugger variables are pseudovariables that exist within the debugger instead of within your program. |
|
http://h21007.www2.hp.com/dspp/files/unprotected/ladebug/ladebug_man_eng.htm
(8549 words)
|
|
| |
| | Java(tm) Platform Debugger Architecture |
 | | A debugger may make use of VM information other than this (for example, Java Native Interface (JNI)), but this is the source of all debugger specific information. |  | | The user interface to the debugger is not specified; the intent is that tool vendors will provide value added implementations. |  | | Defines the format of information and requests transferred between the debuggee process and the debugger front-end. |
|
http://java.sun.com/j2se/1.4/docs/guide/jpda/architecture.html
(839 words)
|
|
| |
| | How to use the Cocoon Flow Debugger |
 | | Until Cocoon 2.1 is released, to use the flow debugger you will need a CVS version or development snapshot of Cocoon, at least as recent as 7th December 2002. |  | | Currently to enable/disable the debugger one has to modify the cocoon.xconf/flow.xconf files, perhaps it would be good if this was possible dynamically, ie. |  | | If you are using the debugger with the Cocoon flow samples, you will need to modify the cocoon.xconf file in build/cocoon/webapp/WEB-INF, or the flow.xconf file in src/java/org/apache/cocoon/components/flow/, which is merged into the cocoon.xconf file at build time |
|
http://cocoon.apache.org/2.1/howto/howto-flow-debugger.html
(770 words)
|
|
| |
| | Rhino Debugger |
 | | Note that this debugger will not work with JavaScript scripts run in the mozilla browser since Rhino is not the engine used in such environments. |  | | The Evaluate pane located in the lower-right (dockable) pane in the debugger main window contains an editable command line where you may enter arbitrary JavaScript code. |  | | You may enter arbitrary JavaScript expressions in the Watch: table located in the lower-right (dockable) pane in the debugger main window. |
|
http://www.mozilla.org/rhino/debugger.html
(1141 words)
|
|
| |
| | Absoft Fx2 Debugger for Fortran, C/C++ Compilers |
 | | The standard Fx2 debugging solution is configured as a scalar (single process) debugger and is compatible with 32-bit, 64-bit Linux distributions, Windows and Macintosh OS X. Fx2's intuitive graphical interface is designed to meet the requirements of novice and experienced programmers. |  | | Fx2 is the industry's only cost effective, commercial debugger which properly supports Fortran and C/C++ compilers from Absoft, GNU, IBM, Intel, PathScale, and PGI and the only debugger available from any vendor which provides proper support for IBM XL Fortran on 64-bit Power/Linux systems. |  | | Disclaimer: Premier Technical Support cannot be used as a tutorial to assist in the design and development of applications, use of programs in other than their specified operating environment, provide instructions on general system operation or explore failures caused by products for which Absoft is not responsible under this agreement. |
|
http://www.absoft.com/Products/Debuggers/fx2/fx2_debugger.html
(2012 words)
|
|
| |
| | GNU Debugger - Wikipedia, the free encyclopedia |
 | | These offer facilities similar to debuggers found in integrated development environments. |  | | The user can monitor and modify the values of programs' internal variables, and even call functions independently of the program's normal behavior. |  | | However, several front-ends have been built for it, such as DDD, GDBtk/Insight and the "GUD mode" in Emacs. |
|
http://www.encyclopedia-online.info/GNU_Debugger
(255 words)
|
|
| |
| | IntelliJ IDEA :: Debugger - fast and powerful debugger with convenient user interface |
 | | Whenever the debugger is paused, there is a possibility to save the information about the threads currently running in a text file or the clipboard. |  | | IntelliJ IDEA includes a JPDA-based debugger with a simple, easy to use user interface. |  | | Allows you to create a list of expressions where each of them will be evaluated whenever the debugger is paused. |
|
http://www.jetbrains.com/idea/features/debugger.html
(741 words)
|
|
| |
| | Visual Studio .NET Debugger Tutorial |
 | | The meaning is that whenever the program reaches this line of code in the debugger, everything will stop and you'll be able to look at the details. |  | | Test the program thoroughly, and use the debugger to find where the problems are. |  | | Unfortunately, that particular tool is not supported for Visual Basic code, so you'll have to stick to traditional breakpoints for solving your problems. |
|
http://www.cs.uvm.edu/~upe/resources/debugging/visualBasicDebug
(2438 words)
|
|
| |
| | Welcome to Netscape JavaScript Debugger 1.1 |
 | | Breakpoints encountered by code running as a result of doing an Evaluation in the debugger are ignored. |  | | If this window is not empty, then Communicator is stopped in the debugger waiting for your input. |  | | Miscellaneous off-by-one errors when extra newlines are at the end of a script or at block boundaries as data is read from the net. |
|
http://wp.netscape.com/eng/Tools/JSDebugger/relnotes/relnotes11.html
(1589 words)
|
|
| |
| | Venkman JavaScript Debugger project page |
 | | The debugger is available as an add-on package in XPI format and has been provided as part of the Mozilla install distribution since October 3, 2001. |  | | In 1998, John Bandhauer was in charge of creating the Netscape 4x JavaScript debugger. |  | | If you cannot upgrade for some reason, then you may need to visit and read the development page in order to find the latest available Venkman version for your browser. |
|
http://www.mozilla.org/projects/venkman
(397 words)
|
|
| |
| | Debugger Tips |
 | | The debugger would still be useful if you suspect something to be wrong in the framework and cannot easily validate using a sanity test against the framework. |  | | It's not as if lack of features or new code would be a problem for Linux, or, in fact, for the software industry as a whole. |  | | The rational is that freshly written code most likely has bugs in it, you might as well do the stepping sooner than later then (since repairing the bug sooner is cheaper than later). |
|
http://www.theserverside.com/news/thread.tss?thread_id=29589
(3500 words)
|
|
| |
| | Chapter 43. Debugging Laszlo Applications |
 | | inspectable representation of the object in the debugger. |  | | This is evaluated for effect, and the statement itself does not result in a value, although each execution of the loop prints the value of |  | | , so the debugger does not print the expression value in the debugger log.) An example of a non-expression statements is |
|
http://www.laszlosystems.com/lps-2.2/docs/guide/debugging.html
(1205 words)
|
|
| |
| | Debugger |
 | | To understand what a debugger does, let's take a moment to consider the old-fashioned way of writing and debugging programs. |  | | Unfortunately, due to what appears to be an inadvertent error in Microsoft licensing, although the PDM is freely usable and obtainable from Microsoft it is not included in the "redistributables" list covering all other Microsoft ActiveX components issued to developers like manifold.net for redistribution to end users. |  | | The Watches pane allows us to see variables, process parameters and even computed expressions. |
|
http://exchange.manifold.net/manifold/manuals/5_userman/mfd50Debugger.htm
(1959 words)
|
|
| |
| | DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF) |
 | | The debugger settings window now starts at a larger, more reasonable size, and allows the user to resize it. |  | | A programming environment integrating a program editor with an external debugger. |  | | The purpose of reporting a bug is to enable the bug to be fixed for the sake of the whole community of users. |
|
http://www.gnu.org/software/ddd
(1126 words)
|
|
| |
| | Command Debugger |
 | | Displaying a new debug window uses the same configuration (size and position of the window, placing of the division lines and contents of the area that evaluates the expressions) as the last window displayed in the same session. |  | | You can move the Debugger Window and/or resize any of its internal window panes as necessary. |  | | You can have one debugger window open for each process. |
|
http://www.4d.com/acidoc/cmu/cmu10077.htm
(1333 words)
|
|
| |
| | Remote Debugger in Delphi 2005 |
 | | The reason is that in these projects I can not install Delphi on the machine where the program must run and it can also not be tested easiliy on a machine where Delphi is installed. |  | | If may not be the most used feature but many of us see it as standard part of an enterprise level development tool and without it Delphi loses some credibility. |  | | Posted @ 2/25/2005 4:31 AM I have missed this feature - now I am stuck so have to do it the old fashioned way of making changes and seeing what the effect is. Also adding debugging code to your source code. |
|
http://blogs.borland.com/ChrisHesik/archive/2005/01/27/2506.aspx
(2639 words)
|
|
| |
| | Sysinternals Freeware - LiveKd |
 | | Execute all the debugger commands that work on crash dump files to look deep inside the system. |  | | While the latest versions of Windbg and Kd have a similar capability on Windows XP and Server 2003, LiveKD works on NT 4 through Server 2003, including x64 versions of Windows, and enables more functionality, such as viewing thread stacks with the !thread command, than Windbg and Kd's own live kernel debugging facility. |  | | See the Debugging Tools for Windows documentation and our book for information on how to explore a system with the kernel debuggers. |
|
http://www.sysinternals.com/utilities/livekd.html
(334 words)
|
|
| |
| | What is debugger? - A Word Definition From the Webopedia Computer Dictionary |
 | | A debugger allows a programmer to stop a program at any point and examine and change the values of variables. |  | | A special program used to find errors (bugs) in other programs. |  | | IBM Informix 4GL Interactive Debugger Upgrade Version Developer/Test, Volume License for Unix |
|
http://www.webopedia.com/TERM/d/debugger.html
(158 words)
|
|
| |
| | Visual C# Developer Center : Debugger Team Blogs |
 | | Check out his blog for information on the debugger, general performance information, and maybe even a bit about DCOM security (an area Gregg knows quite a bit about). |  | | You can read all about it on technet -- but the basic idea is that even if you are an administrator on your computer, your programs normally run without administrative privileges. |  | | The computer science side of Jim's blog includes thoughts on software development, user interface design, and debugging. |
|
http://msdn.microsoft.com/vcsharp/community/blogs/team/csharpdebug/default.aspx
(857 words)
|
|
| |
| | TclPro Debugger |
 | | If an error occurs in your application, TclPro Debugger stops the application at the statement where the error occurred, so that you can examine the causes of the error. |  | | Scriptics has already provided full support for these extensions in TclPro Debugger and many other extensions should work with TclPro Debugger as well. |  | | You can then choose to ignore the error or propagate it in the usual Tcl fashion. |
|
http://www.tcl.tk/software/tclpro/debugger.html
(718 words)
|
|
| |
| | 9.1 Debugger Commands |
 | | This is a powerful way to inspect the program being debugged; it is even possible to change a variable or call a function. |  | | If both files exist, the one in the home directory is read first and aliases defined there can be overridden by the local file. |  | | When an exception occurs in such a statement, the exception name is printed but the debugger's state is not changed. |
|
http://docs.python.org/lib/debugger-commands.html
(1050 words)
|
|
| |
| | 9. The Python Debugger |
 | | The debugger is extensible -- it is actually defined as the class |  | | This is useful to hard-code a breakpoint at a given point in a program, even if the code is not otherwise being debugged (e.g. |  | | defines an interactive source code debugger for Python programs. |
|
http://www.python.org/doc/current/lib/module-pdb.html
(381 words)
|
|
| |
| | Venkman JavaScript Debugger - Development Page |
 | | Venkman is the JavaScript debugger for Mozilla based browsers, such as Mozilla 1.x, Netscape 7.x, and Phoenix/Firebird. |  | | Svend Tofte has put together a comprehensive Venkman tutorial called ``Learning the JavaScript debugger Venkman.'' It leads you step-by-step through nearly all of the features in Venkman, and it's got lots of excellent screenshots to match the text. |  | | Read about extending Venkman in this netscape.public.mozilla.jsdebugger post titled ``overriding filenames in the loaded scripts view''. |
|
http://www.hacksrus.com/~ginda/venkman
(332 words)
|
|
| |
| | Developer - Power Mac Debugger |
 | | The Power Mac Debugger is an application that allows you to debug software written for PowerPC-based Mac OS computers at a source-code or assembly-language level. |  | | All files are in PDF form and require Adobe's Acrobat Reader to view. |  | | You can use the Power Mac Debugger to debug applications, shared libraries, stand-alone code and system software. |
|
http://developer.apple.com/tools/debuggers/PowerMacDebugger
(161 words)
|
|
| |
| | Script Debugger 4.0 |
 | | Script Debugger 4.0 provides everything you need to quickly and easily author AppleScripts that work. |  | | Whether creating complex scripts for distribution or simple ones for personal use, scripters of all skill levels will find Script Debugger a crucial tool in every stage of development. |  | | Script Debugger offers a number of other unique features, such as the ability to script using JavaScript, or any other OSA language. |
|
http://www.latenightsw.com/sd4
(417 words)
|
|
| |
| | INFO: Choosing the Debugger That the System Will Spawn |
 | | If the value of Auto is set to "0" (zero), then the system will generate a pop-up window, and if the user chooses Cancel, spawn the debugger that is specified in the Debugger value. |  | | In the Win32 SDK, versions 3.1, 3.5, 3.51, and 4.0, the system can spawn a debugger whenever an application faults. |  | | The DRWTSN32 debugger is a post-mortem debugger similar in functionality to the Windows 3.1 Dr. Watson program. |
|
http://support.microsoft.com/default.aspx?scid=kb;en-us;103861&sd=tech
(361 words)
|
|
| |
| | GotDotNet User Sample: DataSet Debugger 1.0 |
 | | When looking at the changed rows, modified values are highlighted and you can view the original and proposed values. |  | | Finally, you can quickly see the data in XML format as well as the schema in XSD format. |  | | The DataSet Debugger will let you easily peer into a dataset viewing (and even editing) the schema and data of each DataTable within. |
|
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=f74cf9bd-3c55-4f2e-a0e7-e53fda3ee996
(75 words)
|
|
| |
| | [No title] |
 | | The program will run, then the debugger will popup and you will be able to "explore" the history of the program. |  | | The amazing part is that significantly large programs can be debugged in this fashion -- Ant, JUnit, the debugger itself. |  | | You don't have to guess where the problems might be, you don't have to set breakpoints, you don't have to wonder which threads ran when, you don't ever have to repeat a program run. |
|
http://www.lambdacs.com/debugger/debugger.html
(401 words)
|
|
| |
| | X-apps FAQ: IV. X Debuggers (front-ends) |
 | | gdb may either be used as a stand-alone debugger or nicely integrated, from within Emacs itself. |  | | running the program and debugger from within the Programming Environment and setting break-points; |  | | xxgdb is an X front-end to the gdb debugger. |
|
http://www.ee.ryerson.ca:8080/~elf/xapps/Q-IV.html
(488 words)
|
|
| |
| | Debugger Tutorial |
 | | This web page is a work in progress so, if you find any errors or have suggestions for improvements drop me a line. |  | | This site is designed to teach users, of Microsoft Visual C++, how to use the debugger in troubleshooting their programs. |  | | Knowledge of C++ and basic knowledge of using Windows is assumed. |
|
http://www.angelfire.com/tx4/howtodebug
(395 words)
|
|
| |
| | alphaWorks : Jikes Debugger : Overview |
 | | David Shields received his BS in Mathematics at the California Institute of Technology and his PhD in Computer Science from New York University. |  | | Lieber worked on an incremental C++ compiler project, wrote an X11 graphical debugger for C, C++, and FORTRAN programs running on AIX workstations, and wrote the user interface portion of a multi-process, parametered, 3D, geometric modeling system. |  | | A multi-paneled graphical debugger that allows inspection of the current state of a remotely executing Java program. |
|
http://www.alphaworks.ibm.com/formula/JikesDebugger
(187 words)
|
|
| |
| | Debugger |
 | | CDBG and DBG are hardware debuggers designed for use on a x86 based PCI system. |  | | They include an extensive set of debug commands as well as a either a C or Forth interpreter to allow flexible scripting and interactive diagnostic development. |  | | We would be happy to talk with you about it. |
|
http://www.probo.com/debugger.htm
(223 words)
|
|
| |
| | CLHS: Function INVOKE-DEBUGGER |
 | | (ignore-errors ;Normally, this would suppress debugger entry (handler-bind ((error #'invoke-debugger)) ;But this forces debugger entry (error "Foo."))) Debug: Foo. |  | | Return can occur only by a non-local transfer of control, such as the use of a restart function. |  | | If *debugger-hook* is not nil, it should be a function (or the name of a function) to be called prior to entry to the standard debugger. |
|
http://www.lisp.org/HyperSpec/Body/fun_invoke-debugger.html
(138 words)
|
|
| |
| | Late Night Software Ltd. |
 | | Script Debugger 4.0 is the latest version of Late Night Software's award winning AppleScript authoring tool. |  | | Late Night Software Releases Script Debugger 4.0, February 9, 2006 |  | | With more than 20 new features, Script Debugger 4.0 provides all the capabilities and power that scripters of any skill level need to write powerful and effective scripts more quickly and easily than ever before |
|
http://www.latenightsw.com
(396 words)
|
|
| |
| | Download details: Script Debugger for Windows NT 4.0 and Later |
 | | The Microsoft Script Debugger is a debugging environment that extends any Microsoft ActiveX® Scripting host application—for example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS). |  | | The Script Debugger allows developers to more efficiently and effectively develop script applications. |  | | Note: This version of the debugger is deprecated technology and is no longer supported. |
|
http://www.microsoft.com/downloads/details.aspx?familyid=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99&displaylang=en
(306 words)
|
|
| |
| | Overview of the Keil µVision2 Debugger |
 | | C Macro Language to extend the debugger capabilities, |  | | The µVision2 Debugger is a robust, full-featured debugger that allows you to test your applications using: |  | | Copyright © 2006 Keil - An ARM Company. |
|
http://www.keil.com/uvision2/debug.htm
(32 words)
|
|
| |
| | Turbo Debugger definition of Turbo Debugger in computing dictionary - by the Free Online Dictionary, Thesaurus and ... |
 | | Turbo Debugger definition of Turbo Debugger in computing dictionary - by the Free Online Dictionary, Thesaurus and Encyclopedia. |  | | Turbo Debugger - A source-level debugger designed for use with Borland and other compilers. |  | | This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. |
|
http://computing-dictionary.thefreedictionary.com/Turbo+Debugger
(84 words)
|
|
| |
| | C++Builder Downloads |
 | | The latest, supported version of our debugger is available in Borland C++Builder. |  | | Some items referred to in the Command-line Tools help (bcb5tools.hlp) are not included in the free C++Builder Compiler package. |  | | Borland does not offer technical support or accept bug reports on this version and it will not be updated or upgraded. |
|
http://www.borland.com/bcppbuilder/turbodebugger
(193 words)
|
|
| |
| | GDB: The GNU Project Debugger |
 | | GDB can run on most popular UNIX and Microsoft Windows variants. |  | | GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. |  | | Version 6.4 of GDB, the GNU Debugger, is now available for |
|
http://www.gnu.org/software/gdb/gdb.html
(445 words)
|
|
| |
| | Debugger - Mono |
 | | The debugger at this point is functional, but it requires extensive user testing and bug reporting to identify the weak points in the debugger: both from the usability and functionality perspectives. |  | | The debugger is available on the "debugger" module of SVN. |  | | The Mono Debugger is made up of a library that provides features to debug applications. |
|
http://www.mono-project.com/Debugger
(144 words)
|
|
| |
| | BASH with Debugger and Improved Debug Support and Error Handling |
 | | But since this project maintains as an open CVS development and encourages developers and ideas, the space could be also be used springboard for other experiments and additions to BASH. |  | | In addition, this project contains the most comprehensive source-code debugger for bash that has been written. |  | | And if you are looking for a debugger for GNU Make, see |
|
http://bashdb.sourceforge.net
(158 words)
|
|
| |
| | jEdit - Plugin Central - Debugger |
 | | Note that jEdit must be run on a Java Development Kit (JDK), not a Java Runtime Environment for the debugger to show up (ie. |  | | The Debugger plugin integrates a debugger into jEdit, utilizing the Java Platform Debugger Architecture (JPDA) of the Java Development Kit. |  | | The current state of the Debugger plugin is highly experimental. |
|
http://plugins.jedit.org/plugins?Debugger
(136 words)
|
|
| |
| | XML-RPC Debugger |
 | | If the online XML-RPC debugger is re-enabled, it may require users to register in order to be able to use it in attempt to ward off any potential malicious misuse of the debugger against any Internet based web services. |  | | This is partly because of a site redesign, but also because of the vulnerability which has been found in the Python SimpleXMLRPCServer code base which can allow remote attacks on XML-RPC servers to be executed. |  | | The online version of the XML-RPC debugger has been disabled until further notice. |
|
http://www.dscpl.com.au/xmlrpc-debugger.php
(100 words)
|
|
| |
| | JavaScript Debugger. ASP Debugger. VBS Debugger |
 | | SplineTech VBS Debugger is a unique development tool that enables you to easily edit and debug.VBS files (VBS scripts). |  | | Features full support for JavaScript, Jscript, VBScript and MS Windows Scripting Host (WSH) for both easy and complex VBS script debugging scenarios. |  | | ASP Debugger: Team Remote ASP Debugger - Javascript debugger and VBscript debugger allows your team to debug active server pages (ASP), debug javascript and debug vbscript easily. |
|
http://www.remotedebugger.com
(163 words)
|
|
| |
| | Jasik Designs WWW Home Page |
 | | A Feb 21, 2001 update that works with Mac OS 9.1 is available. |  | | The Jasik Debugger works with the G3, G4 Macintoshs (actually, anything from the Mac II and later) |  | | There is no charge to users who purchased 'The Debugger' or updates to it after Jan 1, 1999. |
|
http://www.jasik.com
(115 words)
|
|
|