Debugging
-
We recently made an offer available to members of the Autodesk Developer Network, to get a 10% discount on the purchase price of .NET Reflector Pro, a tool I've talked about a few times before. Having discussed this with Red Gate Software, the providers of .NET Reflector Pro, I'm now extending this offer to readers […]
-
This question has popped up a few times since Visual Studio 2010's recent launch. I received it by email overnight from Roland Cox, which is interesting as I'd already planned this post for today. Do you know how to debug AutoCAD and a custom add in using Visual Studio 2010? What settings do I need […]
-
Well, they've done it again. Having received positive feedback on Episode 1, Stephen and Fenton have now recorded another ADN DevCast, this time with a guest appearance of another member of the DevTech team, Cyrille Fauvel. During this episode they talk about disposing in .NET, diagnosing DLL load problems using gflags, and deepcloning in ObjectARX. […]
-
You may or may not be aware that my team, DevTech, writes and publishes DevNotes on the ADN website, answers support questions submitted by ADN members using a tool we call DevHelp Online, records DevTV sessions, participates in events known as DevLabs, talks about our upcoming products at DevDays and delivers API training. (Seems like […]
-
In the first post in this series we looked at the basic (and free) capabilities of the upcoming version 6 of .NET Reflector. Today we'll look at the "Pro" capabilities, which integrate decompilation with debugging of 3rd party assemblies. To get started, we should see a new ".NET Reflector" toolbar inside our Visual Studio installation. […]
-
As many of you will know, by now, I'm a big fan of Reflector. I've used it for quite some time, since its early days as a piece of freeware developed by Lutz Roeder, and overall it's proven to be an extremely valuable tool. When a UK-based company, Red Gate Software, acquired the Reflector technology […]
-
Just a quick reminder about the DevLabs my team is running, the first of which is being held next week in our UK office. Here's some additional information that was sent out in a recent technical newsletter for ADN members: If you don't have time to attend a training class, but you value the opportunity […]
-
My team is trying out a new concept over the coming months, something we're calling DevLabs. The idea is that we schedule a period where members of my team are available in a particular Autodesk office to sit down with people working on their development projects. (The concept is new for us, at least: I […]
-
A question came in on a previous post: Hello, I write applications for Autocad Map and Civil3d platforms, mostly with ObjectARX. I would like to do more with .NET but so far the main reason preventing this is not having the NETUNLOAD command.. With arx I can just arxunload and arxload the application for modifications […]
-
While debugging it's sometimes very frustrating to find yourself repeatedly stepping into an irrelevant function. For instance, complex statements pretty commonly include object constructors etc. that you know function perfectly well, but the debugger routinely takes you into them. The Visual Studio IDE has an undocumented (and unsupported) mechanism to help with this. During the […]