Jump to content
  • 0

Debug LUA?


TrueNoir

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   19
  • Joined:  11/14/11
  • Last Seen:  

Does anyone know a program that works well on windows 64bit that can debug lua's and give the line error i tried using luac5.0.2.exe for it but it doesnt give the actual line the error is it just keeps giving me line 1 error and there's nothing wrong with the first line.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   101
  • Joined:  11/13/11
  • Last Seen:  

luac is the perfect tool, generally errors in the first line that appears to don't exists are related with text encoding(I don't know if luac support text encoding), try to change the encoding in Notepad++ to Unicode w/o BOM or open the file with some hex editor and remove the first 3 bytes if they aren't characters.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...