Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Tushar Mahajan

@Tushar Mahajan
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Favorite Development Tools?
    T Tushar Mahajan

    I have benefitted greatly from BugTrapper. We haven't handed the agent to any clients, yet -- in-house is where we use it (mostly on NT). This handy tool keeps me from having to install a debugger on many systems I test. Also, it prevents the need for remote debugging when you want to see what's going on inside a GUI drawing section of the code. One great example was that I had a thread-locking problem. I knew it was there, but had no idea how it was happening. (It involved a few re-entered message loops and 3 threads.)The debugger wasn't giving me enough information (the stack doesn't trace between threads), so I set up a BugTrapper trace file. Now, I could step through the execution of multiple threads as though they were one thread (a great boon). After a little looking, I located the lockup and fixed it! Anyway, trying out BugTrapper is the best way to find out if it will be useful in your own work environment. Joh

    The Lounge
  • Login

  • Don't have an account? Register

  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups