I tried debugging VB6 DLL in Visual Studio 2017 using different methods.

Initially, attempted by enabling native Edit and Continue in options as mentioned in the link below
https://stackoverflow.com/questions/...al-studio-2012

Also attempted debugging by selecting “Start external program” in debugging window then entering the vb6.exe file path and the full .vbp file in the “command-line argument” , as discussed here:
https://stackoverflow.com/questions/...et-application

Also tried the link below , but was not successful.
https://learn.microsoft.com/en-us/pr...ectedfrom=MSDN

The control was not getting shifted to the vb6 dll even if there was a breakpoint added in vb6 code. Hence I am not able to debug the vb6 dll from Visual Studio. Please note that the code was working fine . I am having issues while debug only.

How can I debug a VB6 dll in Visual Studio 2017?