User Tools

Site Tools


debugging-mods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
debugging-mods [2021/10/22 10:14] maximedebugging-mods [2021/10/22 10:15] – [ZeroBrane Studio] maxime
Line 45: Line 45:
 local zbs = "<path/to/zerobrane>" local zbs = "<path/to/zerobrane>"
 package.path = package.path .. ";" .. zbs .. "/lualibs/?/?.lua;" .. zbs .. "/lualibs/?.lua" package.path = package.path .. ";" .. zbs .. "/lualibs/?/?.lua;" .. zbs .. "/lualibs/?.lua"
-package.cpath = package.cpath .. ";mods/libs/?.dll" -- DLL is in the folder [Foundation installation]/mods/libs/socket+package.cpath = package.cpath .. ";mods/libs/?.dll" -- DLL is in the folder <path/to/foundation.exe>/mods/libs/socket
 require("mobdebug").start() require("mobdebug").start()
 </file> </file>
debugging-mods.txt · Last modified: 2021/10/25 13:00 by maxime

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki