debugging

  1. Project Westminster in a nutshell

    Hi, I’m Link Removed an Engineer on the Microsoft Edge Web Apps team, I’m so happy to talk to you in depth about Project Westminster. About Universal Windows Platform Bridges Universal Windows Platform Bridges consist of a toolkit of three components: developer tools, Store ingestion...
  2. Defrag Tools: #131 - Windows 10 SDK | Defrag Tools

    In this episode of Defrag Tools, Andrew Richards and Chad Beeder walk you through the download of the Windows 10 SDK and the latest Sysinternals tools. We harvest the Debugging Tools for Windows, Windows Performance Toolkit, and Application Verifier files from the SDK. Previous Versions: Link...
  3. New XAML Tools in Visual Studio 2015 and Blend | Visual Studio Toolbox

    In this episode, Link Removed guest hosts and is joined by Link Removed, who shows off many of the improvements in XAML tooling in both Visual Studio 2015 and Blend for Visual Studio 2015. Some of these improvements are specific to Windows Universal Apps, but many are available to all XAML...
  4. Hello Visual Studio Code (with NodeJS)

    In this video we take a first look at Visual Studio Code with NodeJS. We dig into IntelliSense for JavaScript using TypeScript definition files, configuring the launch settings and debugging the NodeJS application in Visual Studio Code. Link Removed - Add NodeJS type definitions for...
  5. Kinect 2 Computer Vision

    Kinect MVP James Ashley is back with a great example of using OpenCV v3 (which we highlighted OpenCV turns 3 and seeing Intel(R) INDE OpenCV), Emgu and the Kinect v2 to implement computer vision/facial recognition. Some of our other posts where we highlight James; Kinect 2 Unity 5 "Kinect v2...
  6. Troubleshooting AllJoyn with Windows 10 Insider Preview Builds

    AllJoyn is a technology that enables IoT devices and applications to discover and interact with each other. Since AllJoyn is built into Windows 10 and the Windows 10 SDK, it's easy to take advantage of AllJoyn using the Universal Windows Platform (UWP). Link Removed This blog post will help...
  7. Windows Server PUT and DELETE method not supported on IIS server

    I am running a simple website on a hostforlife.eu windows server, I suppose it is IIS server. The backend of the website is REST api implemented in PHP. However, when I send requests with PUT and DELETE as method, it just return 405 method unsupported. My web.config is like this: <?xml...
  8. Power Suite for Windows Embedded Compact Platforms

    Power Suite for Windows Embedded Compact Platforms is a group of tools to help developers debugging and testing their code on Windows Embedded Compact Platforms. Link Removed
  9. Skype for Business Server 2015, Debugging Tools

    Skype for Business Server 2015, Debugging Tools are provided to help IT Administrators with troubleshooting deployments of Skype for Business Server 2015. Link Removed
  10. Using Chakra for Scripting Applications across Windows 10

    In Windows 10, the Chakra JavaScript engine powers Link Removed and Windows applications written in HTML/CSS/JS. However with JavaScript’s increasing popularity in beyond-the-browser scenarios, developers have been requesting to host the Chakra engine outside the browser to enable JavaScript...
  11. Last Week on Channel 9: May 11th - May 17th, 2015

    Most everyone is back and now starting to get into the swing for the coming wave of releases. I would expect to see a great deal about this wave in the coming months... Link Removed Last year you might have Link Removed that came from Johannes Kopf and team in Link Removed. This week it was...
  12. Windows 7 WinDbg ignore missing pages!

    Hey, last couple days my PC's been shutting down/restarting without warning. (I uh, can't tell. It hasn't shutdown/restarted *properly* since I put it together a few years ago) Figured it might be memory/PSU failure, so I scheduled a mem-test and cleaned out the guts for good measure, (I dunno...
  13. Time-Travel Debugging for JavaScript/HTML Applications | Marron

    Have you ever set a breakpoint a few statements too late, or accidentally stepped over the function call that you wanted to step into, and wished that you could just reverse-execute the program in the debugger? This video from Microsoft Research describes an experimental time-traveling debugger...
  14. Bringing Node.js to Windows 10 IoT Core

    Microsoft is making big Link Removed in the Internet of Things (IoT). Windows 10 IoT will power a range of intelligent, connected IoT devices. From small devices like gateways, to mobile point-of-sale to powerful industry devices like robotics and specialty medical devices. At the //build...
  15. A

    Windows 8 I can't find out how to fix an issue with booting up Windows 8

    Specs: Windows 8 Lenovo IdeaPad U430 Touch I first noticed the problems when my laptop would freeze while booting sometimes, and I would have to restart once or twice in order for it to work. I REALLY REALLY need help; I’ve done all of the following things to try and fix my computer, and...
  16. Pre-release Microsoft Emulator for Windows 10 Mobile

    Microsoft Emulator is a desktop application that emulates a Windows 10 Mobile device when used in conjunction with Visual Studio 2015 Preview. It provides a virtualized environment in which you can debug and test universal apps without a physical device. It also provides an isolated environment...
  17. Nano Server and Azure PowerShell | Nano Server Team

    Running Nano Server as a guest in Azure, and using some of PowerShell's cool new features to copy files to/from Nano Server, as well as edit and debug remote scripts on Nano Server. Link Removed Link Removed
  18. Remote Tools for Visual Studio 2015 RC

    Remote Tools for Visual Studio 2015 RC enables remote debugging, remote testing, and unit testing on computers that don't have Visual Studio installed. This set of tools also enables the installation of a developer license, and the deployment and performance profiling of Windows apps on...
  19. What’s New in Visual Studio Tools for Universal Windows Apps

    Today at //BUILD we are making an update available to the Visual Studio Tools for Universal Windows apps. Windows 10 is an exciting release for developers, with support for Universal Windows apps that run across all Windows 10 devices – on the phone in your pocket, the tablet or laptop in your...
  20. T

    Windows 7 [SOLVED i think..] set /p Not working properly, or If statement not working

    I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently :mmenu echo Main Menu echo Start echo Quit SET /P "a=Select " if "a"=="Start" [removed:then...