Click here to Skip to main content
15,920,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a java program. In this program one dll (Vc++) is there in work folder.I want to open that dll in Visual studio and debug by putting break points. I want to check whether this dll is properly working or not.
I have the project solution of that dll . Anybody please help me.
Posted

1 solution

If you have the code then you can debug the dll by attaching the VS Debugger to the java process. You can look for the article How to: Attach to a Running Process[^]

If that does not help then do a Google search "Attaching debugger to process"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900