Search Blogs
Tag Search Results For 'debug' (39)
مايكروسوفت ستضيف "الصندوق الأسود" ف…
Uramiumian thoughts | October 4th 2008 by Rami Alsheikh
تعتزم مايكروسوفت إصدار مايسمى بالصندوق الأسود في نسخة Visual Studio 2010، وهي كما يوحي اسمها ، أداة لجمع معلومات عن النسخ الاختبارية من البرامج و read more
Depurar Django en producción
Diego Cerdán | September 27th 2008 by Diego Cerdán
Es sabado por la mañana y te dispones a hacer algo poco productivo pero altamente gratificante. Entonces te llaman al movil y te cuentan que la web que pusiste en producción el miercoles esta dando un fallo. Casi rezas por encontrar un error 404 y read more
A simple debug mode for your Excel workbooks
VBA Code For Excel And Outlook | September 17th 2008 by Jimmy Pena
When creating a worksheet that needs to be filled in by a client/end user to collect data, you might want to require certain fields/cells to be populated. In other words, there may be certain cells like “Client Name̶ read more
Top FireFox Extensions for Web Developers
PaulSpoerry.com | September 14th 2008 by Paul Spoerry
FireFox has always been a good browser, but as of the latest release has become THE browser that I use daily. FireFox extensions make it wickedly powerful. As a web developer I find many of the extensions invaluable. Here’s the best of the best read more
Debug VS programmazione
Napolux.com | Web 2.0, Ajax, PHP, MySQL, JavaScript, Blog...… | September 10th 2008
If debugging is the process of removing bugs, then programming must be the process of putting them in. Edsger Dijkstra Sinceramente, nonostante sia un "programmatore", non mi sento di dargli tutti i torti Napolux consiglia: ScaricaFirefox.it Downlo read more
Arduino - Debug Serial Output
nCode | August 27th 2008 by Marc Vieira Cardinal
Good morning, You might want to quickly be able to enable or disable debugging output in your arduino program. Here is one of many way, I found this on arduino.cc forum: #define DEBUG #ifdef DEBUG #define DEBUG_PRINT(x) Serial.println(x) #else #defin read more
Pismo Trace Monitor
LUX.ET.UMBRA | August 25th 2008 by darkmoon
In development, there's always the pains of tracking down bugs. But if you run traces, it helps triangulate where the source of the problems are. Pismo Trace Monitor is used for such real-time monitoring. This basically can be used to send out t read more
Debugging Javascript
the Gands owns you | August 8th 2008 by atur
Gambar dibawah dicomot dari http://blog.morrisjohns.com/javascript_closures_for_dummies_files/fordummies.jpg Javascript adalah bahasa scripting yang handal yang berjalan pada sisi client. Dengan adanya bahasa Javascript ini, bisa mempercepat aplikasi read more
LogLevel option in sendmail
Phoenix Technologies & Solutions Blog | August 8th 2008 by travis
Sendmail gives a lot of useful information in the mail log. The amount of information you get is controlled by the LogLevel option. The default level is 9. At times you may want more. In the sendmail.cf file you can change the current level by cha read more
Inserting Text into an Oracle Database Schema: ORA-01461
Java Hair | August 7th 2008 by Rob Nocera
Today I ran into an interesting problem. A portion of our software saves the text of database DML statements into an Oracle schema. We had been allocating 4000 bytes of a VARCHAR2 column in order to store that text. We’ve been using this sof read more
Debug-QTP
sparsham | August 2nd 2008 by kumar app
Though people use a various means to debug through the code while development/testing, there are still a large chunk of people who depend on break points and step functions. This post is not constrained to QTP alone, its the same for .net, Java, c++, read more
Questa pagina contiene errori (KB927917)
DarCas Sandbox | July 18th 2008 by Dario Casertano
Se il parser del browser sta analizzando la pagina ed uno JavaScript sta modificando un TAG contenuto all’interno di un altro di cui il parser non ha ancora incontrato la chiusura all’interno del codice; in questa condizione si verifica il proble read more
Ancora sul debug
Napolux.com | Web 2.0, Ajax, PHP, MySQL, JavaScript, Blog...… | June 14th 2008
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. Brian W. Kernighan (uno che tutti più o meno conosciamo, vero?) Napolu read more
Life with g++
Erata.NET | May 28th 2008 by eti
The intention of this article is to show a few useful ( i hope ) tips about using g++ in the every day development cycle. Also this article describes three build configurations that should help the developer catch bugs in the early stages of developm read more
Part III: Creating Custom Rules for Microsoft Source Analyzer
Love the Dot | May 28th 2008 by Paul Allen Jackson
So now it's time to create a real, useful custom rule for StyleCop (Source Analyzer). The rule I'm going to write is to accommodate the naming standards for private fields where I work: they must begin with an underscore, followed by a lower-case let read more
Part IIa: Creating Custom Rules for Microsoft Source Analyzer
Love the Dot | May 28th 2008 by Paul Allen Jackson
Before moving on to Part III and doing some real work with the custom rule, I want to describe how to set up Visual Studio so you can debug your rules.First, you'll have to start an instance of Visual Studio to use for working on the custom rule proj read more
Analyzing Cost component itemization in Product Cost Estimates
saplink | May 12th 2008 by phlicky
When Creating cost estimates, it is sometimes necessary to analyze the itemization to find out if all the components in the costing sheet are being calculated correctly. A hidden hardly documented feature, can be accessed from the transactions CK11N read more
Windows XP SP3 Setup Error: Cannot Update a Checked (Debug) Syste…
AskVG.com | May 7th 2008 by AskVG
As we all know Microsoft has released the final version of Windows XP SP3 to public and its available via Automatic Updates, Windows Updates and Downloads Center. Earlier we posted about it at... You can read the full article at AskVG.com read more
How to Reset / Remove / Bypass a BIOS or CMOS Password?
AskVG.com | May 5th 2008 by AskVG
========================= DISCLAIMER: This information is intended for experienced users. It is not intended for basic users, hackers, or thieves trying to crack the password on a stolen PC. Please... You can read the full article at AskVG.com read more
Debugging with GDB: The GNU Source-Level Debugger
bitela | April 26th 2008 by ponto
Um livro sobre o (mais que) genial GDB: Debugging with GDB: The GNU Source-Level Debugger por: Richard M. Stallman, Roland H. Pesch, e Stan Shebs. Quem o quiser, pode fazer download entre as página da Fundação GNU: gnu.org/doc/book7.html Quem o read more
SocialGraph API debugger
notizBlog | April 10th 2008 by Pfefferle
Wer den Parser der SocialGraph API einmal testen will, um z.B. zu sehen welche Links einer Seite schon vom Google-Index erfasst wurden, dem bietet Google eine einfache Parser Testing API. As a testing and debugging aid, the Social Graph API includes read more
Replace print_r and var_dump with Krumo
VT's Tech Blog | April 7th 2008 by Vinu Thomas
Here’s a good replacement for your standard print_r and var_dump in PHP, Krumo beautifies and expands the functionality required for PHP debugging: To put it simply, Krumo is a replacement for print_r() and var_dump(). By definition Krumo is a read more
DamnIT - Find Javascript Errors
VT's Tech Blog | April 6th 2008 by Vinu Thomas
How would you like to get an email with the javascript error and debug info about that error as soon as a visitor on your site encounters it? DamnIT provides you just that service: DamnIT is a free service that emails you when a user encounters a Jav read more
C/C++ Programming - Windows Memory Leak Analysis using DebugDiag
C C++ Programmers Tips & Tricks | April 4th 2008
DebugDiag one of the simple tools which has helped me in analyzing memory leaks for Windows. Once we enable the tracker to monitor for memory pressure analysis we can generate memory dumps for corresponding process and do an Analysis to get the stac read more
解決Blogger常見無法儲存修改後的範本程式碼問題
天人交戰 | March 26th 2008 by daniel
我相信很多人都會遇到這種情形(因為看到太多人在問了),就是常常在修改後的範本程式碼時會出現 " The reference to entity "xxxx" must end with the ';' delimiter "這類的錯誤訊息,由於我的Blog也是剛建 read more
PHP Debugging
Marketing, SEO and WordPress | March 18th 2008 by Ciprian Popescu
As I continued my quest into updating all my web sites and scripts for the big update, I tried to use an easy method to debug my PHP scripts. So, I modified my php.ini file and changed the following lines: error_reporting = E_ALL display_errors = O read more
Update - PDM.DLL dramatically improves QTP’s Debug capabilities
Advanced QTP | March 7th 2008 by Advanced QTP
Update: As reviewed here, installing Visual Studio 2008 will enhance QTP's debug capabilities. Sometimes, however, installing VS2008 may be a non-option, as it radically changes the test-machine you're working on. Luckly, as Motti has noted on the or read more
VS2008 dramatically improves QTP’s Debug capabilities
Advanced QTP | February 22nd 2008 by Advanced QTP
Yesterday I was in for a very pleasant surprise - I've just installed Visual Studio 2008, and was working on a QTP test, when I've noticed a something strange with QTP's Debug view. Usually when you add a watch to an Object, QTP will present it as an read more
A Guide to Using the Web Inspector in Safari
MacTips - OS X Tips & Tricks | February 15th 2008
Ever since Safari 3, Apple has included an excellent feature in Safari called the "Web Inspector." The Web Inspector is a surprisingly useful and practical debug tool that does not appear in Safari by default. To launch and make use of the Web Ins read more
Fixing some common Flex Builder and Eclipse annoyances
Agit8 - Web development adventures at Turbulent | February 15th 2008 by saka12
I finally spent the time to correct my Eclipse workspace to fix certain “annoyances” related to using Flex Builder as an Eclipse plugin. I thought I’d share that to save some people the hassle. 1. “How can I make Flex/Eclipse read more

Subscribe To