|
-
Jun 5th, 2024, 06:03 AM
#1
Thread Starter
Lively Member
How to debug vb6 DLL in Visual Studio
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|