When I am debugging my Delphi code, I would sometimes like to set breakpoints in LMD code and step through it. This can help me see when I'm making a mistake in passing parameters and so forth.
How should I set up Delphi and/or the LMD packages so I can do this?
I have C:\LMD2016\Source in both my Tools > Options > ... > Library Path and in my Tools > Options > ... > Browsing Path.
Code browsing works fine.
I am using Delphi XE5 and Delphi 10 Seattle, so a description that would work for either of those environments would be greatly appreciated.
Comments