Hello,
I've followed Bruce's demo about the .NET importer. He says that it's possible to debug the C# assembly. But I have no idea how.
So:
Created DLL in SnapDevelop and published it as Debug config.
Imported DLL in PowerBuilder and written some code to call the DLL function.
In PB system options are set to 'Launch Snapdevelop to debug C# assemblies'.
When I'm debugging my PowerBuilder code, I thaught that i just could Step into the DLL function (snapdevelop would open and I could continue to debug in SnapDevelop).
But that's not the case.
Am I doing something wrong?
Thanks for the help.