Archive for December, 2004
Mixed Mode debugging
In this post in Mike Stall’s .NET Debugging Blog, Mike points out that you can’t attach two debuggers to a single process. He also describes the problems with enforcing this restriction at the OS level. Good info… In Delphi 2005, we don’t enforce this restriction either. We allow you to attach to the same process with [...]
Posted by Chris Hesik on December 15th, 2004 under CodeGear Debugger | 1 Comment »Debugger Tip: Manual stack crawling during native code debugging
One of the enhancements to the Delphi native-code debugger in Delphi 2005 is the ability of the Call Stack View to show a more complete picture of how your program arrived at its current location. In previous Delphi versions, the only stack frames shown in the Call Stack view were those frames in code compiled with [...]
Posted by Chris Hesik on December 2nd, 2004 under CodeGear Debugger | 4 Comments »Server Response from: dnrh2.codegear.com

RSS Feed