Skip to main content

Home/ Coders/ Group items matching "debug" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Sylwia S

Debuging for WordPress by Aaron Jorbin - 0 views

  •  
    WordCamp Raleigh 2011 featured me talking about how to Debug in WordPress and how to file a bug report for WordPress. I talked about a number of tools that make Debugging easier that everyone should check out. These tools are: XDebug - make your php errors look better and easier to fix Log Deprecated Notices - Easily see in your admin area when plugins or themes are using deprecated functions, files, and arguments Debug Bar - Firebug for your WordPress. Debug Bar Console - add a php and sql console to your WordPress front end
Joel Bennett

PowerShell Debug Visualizer - CodePlex - 0 views

  •  
    A Visual Studio Debug Visualizer ... that hosts powershell and exposes the objects being Debugged ... to let you do whatever you like!
Rajan Datta

IDEOne - Online Compiler and Debugging tool - 8 views

  •  
    Choose language, paste code and input data (optionally), choose whether your code ought to be executed and whether it ought to be private (i.e. not listed in recent pastes) and click submit button. Then watch your code being executed, share it with your team or friends, or run it again with new input to debug.
  •  
    Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
lambdatestteam

Automated Website Testing Tool - 0 views

  •  
    Perform live interactive cross-browser testing of your public or locally hosted websites and web apps on 2000+ real mobile and desktop browsers running on the real operating system. Debug in real-time on both desktop and mobile browsers with integrated Debugging tools.
Andrey Karpov

How to Debug - 0 views

  •  
    One of the painful parts of teaching a lab-based embedded systems course is that over and over I have to watch a team with a relatively simple bug in their code, but who is trying to fix it by repeatedly making random changes. Generally they start with code that's pretty close to working and break it worse and worse. By the end of the lab they're frustrated, aren't any closer to finding the bug, and have made a complete mess of their code, forcing them to go back to the previous day or week's version.
Mandeep Bajar

How to Remotely Debug your Mobile App - 0 views

  •  
    Analyzing and monitoring your App, once it has been published in the AppStore, is an important task to make your App a success. If something is crashing in your App on a remote device, there should be a communication mechanism to notify the developer about the crashing event. Also, developer should be able to see the detail error logs of that device.
Joel Bennett

Code Runner .NET - CodePlex - 0 views

  •  
    Code Runner .NET provides the ability to run C# source files directly from the command line just as if they were scripts. Tools are provided to allow you to easily edit and debug the script with the full power of the Microsoft Visual Studio programming environment.
Joel Bennett

Tracing in .NET and Implementing Your Own Trace Listeners - 0 views

  • TextWriterTraceListener
  •  
    A good place to start if you want to do trace or debug messages from .NET, this article explains the differences between trace and debug, how you can turn them on and off, and how you can set them to trace to file or event log without recompiling. Excellent.
Joel Bennett

Crack.NET - CodePlex - 0 views

  •  
    Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of a WPF or Windows Forms application running on your computer.
Joel Bennett

Crack.NET - Josh Smith on WPF - 0 views

  •  
    Crack.NET is a runtime debugging and scripting tool I made that gives you access to the internals of any .NET desktop application running on your computer.
Joel Bennett

Steve's Techspot - SOSEX - A New Debugging Extension for Managed Code - 0 views

  •  
    Tools for debugging with windbg, including dumping GC generation, looking for references, adding breakpoints and dumping variables, etc.
David Corking

Alarming Development : JavaScript is good enough | Jan 2009 - 0 views

  • It is impossible to build a hash table in JavaScript that works on arbitrary objects. You would have to manually allocate unique ID’s for every object and include them in the toString. So no collections in JavaScript. Adobe provides a true built-in hashtable in ActionScript 3.
  • Objects can function as sets and maps. Arrays can function as lists and iterators (generate an array when you need an iterator). More that good enough in this context.
  • VB also often compiles down to better MSIL than C#. It is also the only .NET language with first-class edit-and-continue Lisp-like debugging capabilities.
  • ...1 more annotation...
  • a good collection library should support a meta-object protocol with features like rejecting changes. This allows collections to be passed around as references,
  •  
    An old-fashioned language war, 2009 style. Visual Basic even gets a mention as "Lisp-like" (for its debugging.)
Fabien Cadet

WebKit Remote Debugging | Surfin' Safari - Blog Archive, 2011-05-09 - 6 views

  •  
    "As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user."
anonymous

YouDebug - 0 views

  •  
    YouDebug is a Java program that lets you script a Debug session through Groovy. You can think of it as a programmable, non-interactive Debugger, you can create a breakpoint, evaluate expressions, have it dump threads, and a lot more, without requiring any source code. Your customer can just run the tool with the script you supplied, without any knowledge about Java.
Mandeep Bajar

App logging API, Cloud Logging, Rest Logging API - 0 views

  •  
    Centralize logging for your App. This service allows different levels e.g. info, debug, fatal, error etc. to log a message and query the messages based on different parameters. You can fetch logs based on module, level, message, date range etc.
Joel Bennett

Python Tools for Visual Studio - CodePlex - 4 views

  •  
    PTVS is a free/OSS plugin that turns Visual Studio into a Python IDE. PTVS supports CPython, IronPython, editing, browsing, Intellisense, mixed Python/C++ debugging, profiling, HPC clusters, multiple REPL's, IPython, Django, and cloud computing with client libraries for Windows, Linux and MacOS. This is an officially supported product from Microsoft's Developer Division.
Rodolfo Arce

Edit, Compile and Debug .NET on Linux using VS Code - RHD Blog - 0 views

  •  
    Introducción a compilar y debuggear con .Net Core en Linux con VS Code
Shahriar Kabir

Debug PHP Using Firebug and FirePHP - 0 views

  •  
    Firebug is a phenomenally helpful HTML / CSS / JavaScript / Ajax debugger. Be that as it may, did you know it can likewise be utilized to troubleshoot PHP? Yes, on account of an additional Firefox extension called FirePHP.
Zulkarnain K.

Slexy 2.0 - 0 views

  •  
    The Internet's Hottest Pastebin. Paste errors to debug, show off your code, or show off your tech specs. Slexy is the new Sexy.
Joel Bennett

Snoop - 0 views

  •  
    A tool like Spy++ and DOM inspector to simplify visual debugging of WPF applications at runtime.
1 - 20 of 51 Next › Last »
Showing 20 items per page