Juan C.Cilleruelo 12 Posted August 23, 2023 I'm taking an application of other programmer and I need to debug this application, in the Frontend (VCL) and in the Backend (DMVC), to understand all the techniques used in the source. I'm thinking about to use Two Virtual Machines in the same host, to allow me to jump from the Frontend to the Backend at any moment. Both running Delphi but with the correspondant part of the program. Anyone does this currently? Any consell, tip, trick or advise? Thank you very much in advance. Share this post Link to post
Lajos Juhász 293 Posted August 23, 2023 My only experience with this kind of debugging is that it's going to result a request time out. Share this post Link to post
RaelB 4 Posted August 30, 2023 Why can't you run both on the host machine? If you want to understand what code is doing, I highly recommend using a TraceTool or logger: https://github.com/capslock66/Tracetool 1 Share this post Link to post