DLL Debugging

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Toni6
User
User
Posts: 45
Joined: Mon Apr 23, 2012 1:39 pm

DLL Debugging

Post 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.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: DLL Debugging

Post 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.
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: DLL Debugging

Post 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.
Go, tell it on the mountains.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Re: DLL Debugging

Post by Rescator »

In the meantime this is a nice alternative Debugging DLL's and Beta tester program debugging example!
Post Reply