lolrobbe2
lolrobbe2
forgot to make a new sub branch on my fork :(
Can somebody pls review?
changed the documentation capitalization and wording
my bad updated it and added it to the sidebar.js file. Also tested it using npm!
Can you just show me the doc mistakes because i can't see it anymore! PLS
changed the name to be documentationfile.md
@tritao does this debugger also support remote debugging because i am trying to get a premake debugger extension going on vscode (mobdebug) with some inital success might be handy if...
yea ill ontribute it, also was just sick of having no debugging really except for zerobrain studio
> I have had success using the "Local Lua Debugger" by Tom Blind for VSCode: https://marketplace.visualstudio.com/items?itemName=tomblind.local-lua-debugger-vscode > > Add the following to the top of `premake5.lua`. This is where the...
@Patrick-W-McMahon if i remember correctly you should change the entry point, the default entry point is changed when kind is set to WindowedApp! ```lua linkoptions { "/ENTRY:main" } ``` this...