NO

Author Topic: Debugging a dll  (Read 2748 times)

Fuzzlix

  • Guest
Debugging a dll
« on: November 06, 2013, 12:55:36 PM »
Hi all.
i finally sucessfully compiled my Lua stand alone interpreter into a exe and many lua modules into dll's.
All fine ... all great. (i like Pelles C! :) )

Now i try to get a multi threading module running. The sources compile fine into a dll. When this dll becomes loaded into lua.exe, lua.exe hangs and become killed by windows.

I want to debug the dll using PellesC.
I have the sources for the compiled lua.exe
i have the sources for the dll.

Question: How to set up a debugging session for dll debugging?

Greetings.
Fuzzlix.

Fuzzlix

  • Guest
Re: Debugging a dll
« Reply #1 on: November 06, 2013, 02:42:09 PM »
Hey!
RTFM
use serch in forum!
read the forum posts!

Fuzzlix

  • Guest
Re: Debugging a dll
« Reply #2 on: November 06, 2013, 02:43:09 PM »
Ok Ok.
found what i am was looking for. :)

Fuzzlix. .....

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: Debugging a dll
« Reply #3 on: November 06, 2013, 10:05:12 PM »
Ok Ok.
found what i am was looking for. :)

Fuzzlix. .....
Good for you...

Ralf