Page 1 of 1

DLL Debugging

Posted: Mon Jan 14, 2013 12:52 pm
by Toni6
We need something similar to what Visual Studio/Pelles C has:

Image

Currently the only way to debug/log a PureBasic DLL is using OutputDebugString, which is pretty primitive.

Re: DLL Debugging

Posted: Mon Jan 14, 2013 1:56 pm
by Kukulkan
+1

Currently we are debugging using MessageRequesters and Logfiles... A pain...

Sometimes you can debug by using the DLL source as include file, but this does not work always. I don't know which technical solution would be the best, but some solution would by great.

Re: DLL Debugging

Posted: Mon Jan 28, 2013 11:33 pm
by Didelphodon
Maybe my tool Purefiler can help on this. It should be capable profiling dlls, but I neber tested on this, though.

Just search the forum for Purefiler to find it.

Re: DLL Debugging

Posted: Sat Feb 16, 2013 2:43 pm
by Rescator
In the meantime this is a nice alternative Debugging DLL's and Beta tester program debugging example!