andremussche / scalemm

Fast scaling memory manager for Delphi
https://code.google.com/p/scalemm/
Other
98 stars 22 forks source link

Debugger information lost with ScaleMM and 64-bit project. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just include ScaleMM2 first in "uses" list.

What is the expected output? What do you see instead?
For 64bit project with ScaleMM2, Debugging info lost in IDE (blue dots 
disappear), so breakpoints do not work. Also information on used variables, 
classes etc. lost, ANY information on source code didnt show.
Also, debug information isnt shown, when attaching to running 64bit project 
compiled with scalemm2.

What version of the product are you using? On what operating system?
Delphi XE2, only 64 bit version project. 
For 32-bit same project all works fine with ScaleMM2

Original issue reported on code.google.com by menta...@gmail.com on 4 Jul 2013 at 5:47

GoogleCodeExporter commented 9 years ago
Of course, i have tried with and without SCALEMM_DEBUG condition with same 
results.
Also i have a look into sources and have no idea on reason.

Original comment by menta...@gmail.com on 4 Jul 2013 at 6:03

GoogleCodeExporter commented 9 years ago
Cannot test with svn trunk ScaleMM3 since it is not 64-bit compatible

Original comment by menta...@gmail.com on 4 Jul 2013 at 6:12