Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can I use the SMC's debug output facility for my own applications?

BeBOP Sparse Matrix Converter FAQ
Yes you can, although currently you may find that increasing the debug output verbosity (via either the SPMV_DEBUG_LEVEL environment variable or the smvm_set_debug_level() function) will cause the SMC to run much more slowly than usual (due to debugging code) and produce a lot of debugging output. Check out bebop_util/log.h for more details.
Related Questions

How to debug LessTif applications ?

LessTif Frequently Asked Questions
We have some documents which should help to track down bugs in LessTif-based applications. BUG-HUNTING.html describes some specifics of LessTif's built-in debugging facilities while bugs.html covers more general the topic of debugging X11 applications.
Related Questions

How should I debug JSP? Q: How can I control page output for admins?

Code Style: Java Server Pages frequently asked questions (FA...
One approach to govern user levels with JSP pages is to assign a user object reference to each person's session. The simple example below declares a User interface with concrete StandardUser and AdminUser classes. The User interface only has one method, a boolean isAdmin() method that you can check before outputting key page contents.
Related Questions

trouble_debug: How do I get maximum debug output?

FAQ for isdn4linux: trouble: Troubleshooting
Execute the following commands to get maximum debug output: hisaxctrl <id> 1 0x33ff hisaxctrl <id> 11 0xf4f killall isdnlog cat /dev/isdnctrl > /tmp/ilog Be careful: this will generate a lot of output!
Related Questions

How do I direct debug output to a text file?

Debugging - Windows Forms FAQs
You need to add a Trace Listener to your code. Below is sample code that adds a TextWriterTraceListener (and don't forget the Flush before you terminate). For more information on tracing in general, see Tracing Code in an Application in the Visual...
Related Questions

How can I debug SNMP output from a device?

Installing Under Windows
The easiest tools are either GetIf or Net-SNMP. GetIf is fairly self explanatory since it has a GUI. Using the MBrowser tab is handy for navigating the SNMP trees and OIDs. Net-SNMP is comprised of several tools. You'll want to use snmpget and snmpwalk. An example of parsing the interfaces on a device would be: C:\net-snmp\bin\> snmpwalk -v 1 -c public 127.0.0.1 .1.3.6.1.2.1.2.2An alternative would be to use a MIB name. This of course does require the use of MIB files:
Related Questions

How can I "debug" my CSPro applications?

FAQ - CSPro
Can I create a view of two multiple records or items similar to the way a SELECT statement in SQL uses a JOIN? Browse all FAQs in this section:
Related Questions

How do I wire the output for unbalanced use?

Technical Support
Since this unit uses a cross-coupled output, it is imperative that pin 3 be grounded to pin 1 and the audio positive connected to pin 2. It is also very important to make sure the unit is earth grounded using a separate wire connected to the chassis ground screw near the red power connector. See Sound System Interconnection for further details. Not having an earth ground connection to the chassis is the number one cause of failure
Related Questions

Can I use video from the media importer output for CD-ROM applications?

Flash Presentation, Video & Animation Software | Wildfor...
Yes, you can use When creating video for CD distribution we highly recommend using the FLV output. This will provide the best performance.
Related Questions

Can I use WildPresenter Flash output for CD-ROM applications?

Flash Presentation, Video & Animation Software | Wildfor...
Yes, you can use WildPresenter to create Flash SWFs for CD-Rom and DVD-ROM applications, and WildPresenter can output projector files for Windows, Mac and Linux (Project Settings window>Output Tab) which are perfect for that purpose. If your project includes video, we recommend that you encode your video into the FLV format as it provides much better performance from CD than SWF. However, there are certain issues that you should consider.
Related Questions

How can I build debug applications with non-debug libraries?

Support - Frequently Asked Questions - The ACE ORB
During development, you will normally want to build your application code with debugging enabled. However, you may be using non-debug versions of the ACE, TAO, and CIAO libraries. Depending upon your platform and development environment, special care must be taken to make sure your debug-enabled application can link against non-debug ACE, TAO, and CIAO libraries.
Related Questions

Can I debug applications that have been obfuscated by Spices.Obfuscator?

Rays.Net - Spices.Net Suite - Spices.Net/Spices.Obfuscator F...
Yes, with Spices.VSIP.Obfuscator, you can integrate obfuscation into the build-process, and debug applications in Visual Studio immediately after obfuscation if you set the StripDebugInfo option to False for complete support of the code.
Related Questions

How can I debug my EJB applications?

www.adobians.com
Borland's JBuilder 3.5, Foundation Edition allows you to debug any Java 2 application, including the Inprise Application Server, WebLogic Server and J2EE Reference implementation. You can download it free from www.borland.com/jbuilder. There are other IDE's out there including NetBeans/Forte www.sun.com/forte/ffj/ce/ that can also debug EJB.
Related Questions

edit] What applications can I use to display Remind's output graphically?

Remind FAQ - 43FoldersWiki
For X Window desktops, the standard application would be xmessage. GNOME or KDE users may prefer gxmessage or kmessage, respectively.
Related Questions

Can I use LessTif in my applications?

LessTif Frequently Asked Questions
You should be able to compile and run your code, how well it works is another matter... If it doesn't, then we're very interested in hearing about what doesn't work and why (we can't fix bugs that we don't know about), and we're even more interested in a fix. If your favorite application does work, please tell us so we add it to the list of apps known to work.
Related Questions

Can I use my V12 with my computer for VOIP applications?

BlueAnt Wireless North America - V12 Bluetooth Headset - Fre...
Yes, you can connect the V12 to a PC or Mac that supports the Bluetooth Headset or Handsfree profile. To do this you need to have Bluetooth enabled in your computer by using a Bluetooth USB Dongle or having a computer that has Bluetooth inbuilt. Depending on the Bluetooth software installed, the connection process is different. Simply put the V12 into Pairing mode, then activate a search using your computers Bluetooth Software.
Related Questions

Can I use EmStar to debug TinyOS/NesC code?

EmStar Frequently Asked Question
Yes. Using EmTOS you can compile TinyOS applications so that TinyOS runs as a process in EmStar, and thus can participate in EmStar simulations, alongside other simulated Motes or EmStar Microservers.
Related Questions

I am not using DEBUG, what settings should I use?

FAQs
Stamp Plot is set up for 9600 8-N-1. Using the SEROUT command this is a baud value of 16468 or 84 depending on the hardware configuration you are using. The baud rate NOT configurable in Stamp Plot Lite.
Related Questions

If I use -nographic mode, where does the output go?

FrequentlyAskedQuestions - #qemu Wiki
This is actually documented elsewhere, but the documentation isn't very clear on this point (hard to understand), so I'll repeat it here. It goes into the bit bucket. Into /dev/null. Into the black void of outer space. Yes, the output gets thrown away and doesn't go anywhere. nographic mode is intended to be used for debugging OSes (mainly Linux kernels or Linux/GNU systems) which would run the system console on the serial port if they were running on real hardware.
Related Questions

Is it more difficult to debug uClinux applications than Linux applications?

faq [Blackfin Linux Docs]
Debugging uClinux application is the same as debugging Linux application. We can use printk() to print out kernel information; use GDB to debug applications; or use KGDB to debug the kernel or drivers.
Related Questions

How do I write information to the output window in a debug build, similar to VC6's TRACE macro?

Debugging - Windows Forms FAQs
You can use the Console.Write and Console.WriteLine methods from within a Windows Forms project to do this. The class DefaultTraceListener is used to implement this functionality. When your application is launched from Visual Studio in Debug mode, you...
Related Questions

How to produce execution debug output or error messages?

Maven - Frequently Asked Technical Questions
The scope you should use for this is provided. This indicates to Maven that the dependency will be provided at run time by its container or the JDK, for example. Dependencies with this scope will not be passed on transitively, nor will they be bundled in an package such as a WAR, or included in the runtime classpath.
Related Questions

Why do I not see the output when I run certain daemons in debug or interactive mode?

Fedora Project, sponsored by Red Hat
SELinux intentionally disables access to the tty devices to stop daemons from communicating back with the controlling terminal. This communication is a potential security hole because such daemons could insert commands into the controlling terminal. A broken or compromised program could use this hole to cause serious problems. There are a few ways you can capture standard output from daemons. One method is to pipe the output to the cat command.
Related Questions

Question: Will anyone know why I came to use the SMC?

The University of Toledo : Frequently Asked Questions
Answer: No. Once you reach the age of 18, we have a legal and ethical right to protect your privacy. Therefore, we are unable to release any information pertaining to your visit without your written consent, unless it is a public health issue or a matter of law.
Related Questions

I have two (2) facility ID numbers, which number do I use?

NJDEP Air Quality Permitting Program (AQPP) - RADIUS
The only companies that should have two (2) facility ID numbers are the Major Source facilities. They have a preconstruction facility ID number and a BOP (Bureau of Operating Permits) facility ID number. The preconstruction facility ID number should only be used to file a new preconsturction permit, modification to a preconstruction permit or an amendment to a preconstruction permit.
Related Questions

Should I use this system in my facility?

NFPA :: Codes and Standards :: Code development process :: F...
The 704 rating system is applicable to industrial, commercial, and institutional facilities that manufacture, process, use, or store hazardous materials. It is important to note that the standard is not applicable to transportation or for use by the general public. This is a relevant matter, because the NFPA 704 system is often confused with the placarding required by the Department of Transportation for hazardous materials.
Related Questions

Mutual funds, investing in mutual funds, mutual funds invest...
All users whose accounts are activated, can use the same login Id and password to invest in Mutual Funds. You can also invest in units of a Mutual fund from your Non-Pins NRE/ NRO account.
Related Questions

Frequently Asked Questions
All Sri Lankan citizen gone abroad for employments on valid visa are entitled to donate vehicles to their blood relations. Application to import vehicles under this scheme should be sent only when the donors are working abroad. They can not donate vehicles after coming back to Sri lanka.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact