Forum Discussion
danf84
13 years agoOccasional Contributor
It would be great if AQTime had this feature. IDEs allow to attach/detach from process; I use this feature in Delphi XE all the time, and there is no reason why AQTime can't also do this. In fact, it's necessary if you try to investigate leaks by setting conditional break points, e.g. I grab a reportedly leaked address from AQTime, go to my class and do things like "if self = $004135A8 then asm int 3 end".
Can't do it while AQTime is running because my IDE won't attach to a process that's already attached to another debugger/profiler, and the addresses reported by AQTime won't be valid if I restart the program.
AQTime could "unmodify" the binary code the same way it modified it. If it can attach, it should be able to detach.
Can't do it while AQTime is running because my IDE won't attach to a process that's already attached to another debugger/profiler, and the addresses reported by AQTime won't be valid if I restart the program.
AQTime could "unmodify" the binary code the same way it modified it. If it can attach, it should be able to detach.