Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I run a debugger on Subversion binaries without compiler inlining obfuscating the source?

subversion: Subversion FAQ
By default, gcc will often optimize away private variables and functions, inlining the associated operations. This can complicate stepping through the code in a debugger. That's "dash ohh zero".) Alternately, you can make this change more permanent by running configure as follows: For a production install, remember to undo this operation before installing Subversion from source, by re-running make or configure without the extra flag.
Related Questions

How do I run a debugger on dynamic Subversion binaries without having to install them?

subversion: Subversion FAQ
Before the make install step on unix-y systems, dynamically built "executables" in a Subversion source tree are actually libtool-generated shell scripts which re-link and run the real binary.
Related Questions

Compiler concepts Q: What is the source code for the compiler?

Code Style: Java compiler frequently asked questions (FAQ)
The source code for a Java program is also known as a compilation unit, which contains the code for a top level Java class or interface. A Java compilation unit is usually created in the form of a file with a .java extension and is passed to the compiler as a file path reference. The Java source file naming convention is not a standard specified by the Java language but is a common feature of Java compilers, such as javac, to help locate source code.
Related Questions

Can Mono run binaries produced by Visual Studio?

FAQ: General - Mono
Use our Mono Migration Analysis tool to check if everything that your application uses has been implemented in Mono or if there are special considerations to keep in mind. The Mono API today is somewhere in between .NET 1.1 and .NET 2.0, see our Roadmap for details about what is implemented.
Related Questions

How do I migrate my source code from CVS or Subversion to Team Foundation Server?

Jim Lamb : Team Foundation Server FAQ
While there is no converter available from Microsoft that will migrate source code from CVS or Subversion, ComponentSoftware (not affiliated with Microsoft) is offering CS-Converter for evaluation. From their press release: CS-Converter is a powerful and reliable conversion tool, used to migrate from various legacy version control systems (such as RCS, CVS, Subversion and Visual SourceSafe) to Microsoft Team Foundation Version Control (TFVC) system.
Related Questions

Why don't I get source level debugging information in my emulator/debugger?

HI-TECH Software Frequently Asked Questions
When I compile my program and load it into the debugger/emulator/whatever, I can get global symbols, but no source line numbers. Why is this? A: Probably because you did not use the HPD "Options/Source level debug info" setting (in some versions this is moved into the "Symbol and map file options" dialog) or from the command line you did not use the -g option to the command line driver. Note that if you use the command line driver separately to compile to .
Related Questions

Can I take advantage of JIT compiler optimizations such as method inlining and enrigistation?

NET Compact Framework Team : .NET Compact Framework version ...
Yes you can, although it may not be obvious and itâ??s hard to do in many cases. Please keep in mind that any attempt to take advantage of JIT optimizations should not be a motivation or excuse for a code which is poorly architected and hard to maintain. The .NET Compact Framework JIT compiler will inline simple methods to eliminate the cost associated with a method call.
Related Questions

Where is my compiler? My debugger? Where is my program running?

Common Lisp FAQ
Lisp works quite differently than most languages that you may be familiar with, for example C has a very distinct cycle. In the C style, you edit some code, compile it with a separate compiler and produce an executable. You can then run that executable, perhaps with a debugger attached to it. Modern IDEs smooth the distinctions between these steps, but under the hood they are still there.
Related Questions

Can I use debugger "xxx" with your compiler?

General FAQs
Micro-C should work at some level with virtually any debugger. At the very least, you should be able to load and manipulate the executable code, and use the listing produced by the compiler as a reference for line numbers and symbols (See FAQ item on 'C' source debugging). To use source level features of your debugger, it must be able to obtain the symbol names/values/types and file/line number information from the original source code.
Related Questions

Is there anywhere I can get source or binaries that have already been ported to NetBSD/mac68k?

Porting and Programming
Yes. As of the 1.3 release, NetBSD incorporates the package system (based on the FreeBSD ports system). The package collection contains the necessary files to help you quickly install many of the common software packages available on the Internet. Please take a look at the NetBSD package system documentation for more information:
Related Questions

What operating systems does Subversion run on?

subversion: Subversion FAQ
Subversion is written in ANSI C and uses APR, the Apache Portable Runtime library, as a portability layer. The Subversion client will run anywhere APR runs, which is most places. The Subversion server (i.e., the repository side) is the same, except that it will not host a Berkeley DB repository on Win9x platforms (Win95/Win98/WinME), because Berkeley DB has shared-memory segment problems on Win9x. FSFS repositories (introduced in version 1.
Related Questions

What kind of hardware do I need to run a Subversion server?

subversion: Subversion FAQ
Server requirements depend on many factors, such as number of users, frequency of commits and other server related operations, repository size, and the load generated by custom repository hooks. When using Apache, it is likely that Apache itself will be the biggest factor in memory usage. See this discussion on the mailing list for some concrete answers.
Related Questions

How do I run with the TotalView parallel debugger?

Frequently Asked Questions: Running OpenRTE jobs
Alternatively, OpenRTE's mpirun offers the "-tv" convenience option which does exactly the same thing. For example: Note that by default, TotalView will stop deep in the machine code of mpirun itself, which is not what most users want. It is possible to get TotalView to recognize that mpirun is simply a "starter" program and should be (effectively) ignored. Specifically, TotalView can be configured to skip mpirun (and mpiexec and orterun) and jump right into your MPI application.
Related Questions

Can I run DOS binaries under FreeBSD?

Miscellaneous Questions
If doscmd will not suffice, the add-on utility emulators/pcemu emulates an 8088 and enough BIOS services to run many DOS text mode applications. It requires the X Window System.
Related Questions

Miscellaneous Questions
Yes, you can use emulators/doscmd, a DOS emulation program, available in the FreeBSD Ports Collection. Note: The doscmd program used to be an integrated part of FreeBSD, but was removed before the release of FreeBSD 5.3. If doscmd will not suffice, the add-on utility emulators/pcemu emulates an 8088 and enough BIOS services to run many DOS text mode applications. It requires the X Window System.
Related Questions

Why can't I see the source in the debugger?

cdt user FAQ
if the library symbols are loaded when you try to step into a library function (use the Shared Libraries view or set the "Load shared library symbols automatically" options of the launch configuration), If your library is built in a different location you should use the "Associate with" option of the "Add Directory Source Location" dialog.
Related Questions

How do I use Subversion to get James source code?

James Server - Frequently Asked Questions
Would you please teach me how to set up a mailing list James currently (v2.1) includes only the most basic list functionality, users can subscribe and unsubscribe, but there is no moderation of messages or subscriptions To enable a list you need the following in config.
Related Questions

Are all parts of commercial binaries Open Source ?

Frequently Asked Questions
The answer depends on the relevant commercial vendor of products based on Enhydra.org projects. Of course all vendors have to fulfill the requirements defined in the LGPL license for all parts that are based on Enhydra.org projects source code but every vendor is able to bundle additional parts that are licensed differently. As long as LGPL is not violated, "linked" extensions like plug-ins or add-ons might be closed source or even owned by specific customers.
Related Questions

Will the compiler run under DOS?

Digital Mars Frequently Asked Questions
No. Although the compiler will build 16 bit DOS programs, the compiler itself will only run under Win32. The dos extended versions of the tool executables are no longer included. Symantec does offer a freely downloadable set of compilers that run under DOS here. (This link appears to be broken.)
Related Questions

How can I trace the source of a purchase and run a partners program?

MiniVend Frequently-Asked Questions
You should give your partners a source code, which must contain at least one letter character (A-Za-z only). It is placed in the sourcing URL as a query string of: If this is appended to the URL with which the user calls MiniVend it will then be placed in the session identifier source. C<<>A HREF="http://yourcatalog.
Related Questions

Can I license TESS and/or get the source code so I can run it locally?

FAQS
The N/R or +/- indications in TESS are always with respect to the sequence you entered. TESS has no idea what orientation the sequence had in the chromosome (or where ever) it came from. I'd normally suggest you try to reorient the sequence so that the TSS is at the end of the sequence so that life (relative to the gene) is easy. If you're more concerned with global chromosomal coordinates, then leave it as is.
Related Questions

Can the compiler generate an assembly source file?

Byte Craft Limited FAQ | Byte Craft Limited
No. The compiler does not generate an intermediate assembly source file. The compiler and linker have built-in macro assembly functionality, so a separate assembly source file is not necessary. The assembly found in the listing file is actually a disassembly of the generated opcodes.
Related Questions

What's the debugger for?

JavaBoy - The Portable Gameboy Emulator for Java
It's a tool that can be used to debug Gameboy games while they're in development. You can examine the internal state of the gameboy, and change it to see how the game responds. It came in very handy to debug the emulator too.
Related Questions

What is Subversion?

Versionshelf - Effortless, Secure Subversion Hosting - FAQ
Subversion is an open source application used for revision control (also known as version control system) and is - as we think - essential for every software development project.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact