Commit Graph

10 Commits

Author SHA1 Message Date
Paul Kulchenko
7663cbbf0c Removed slash conversion in debugger as it is no longer needed with mobdebug v0.41. Normalized use of slashes in file names 2011-12-24 18:58:06 -08:00
Paul Kulchenko
3d0e52bdbe Added killing the debugee process for real when debugging is stopped by the user 2011-12-13 23:03:46 -08:00
Paul Kulchenko
2e1a512f00 Another end-of-line conversion to fix CRLF endings that were added by the beautification process 2011-12-12 17:01:37 -08:00
Paul Kulchenko
85be275590 Ran most of the lua files (except tools, specs, apis, and lualibs) through a beautifier 2011-12-11 21:14:18 -08:00
crazybutcher
c956350dc2 minor changes to allow interpreter controlled debugging 2011-12-10 15:36:40 +01:00
crazybutcher
15154050f9 Merge remote branch 'zbstudio/master'
Conflicts:
	cfg/config.lua
	doc/defs.lua
	estrela/config.lua
	src/editor/commands.lua
	src/editor/debugger.lua
	src/editor/filetree.lua
	src/editor/gui.lua
	src/editor/menu_file.lua
	src/editor/menu_project.lua
	src/editor/menu_tools.lua
	src/editor/menu_view.lua
	src/editor/output.lua
	src/editor/shellbox.lua
	src/editor/style.lua
	src/main.lua
2011-12-10 14:53:08 +01:00
Paul Kulchenko
863f2780b3 Refactored interpreter/debugger interface to move the logic into the interpreter 2011-12-06 22:46:14 -08:00
Paul Kulchenko
790191a681 Added handling of .hasdebugger attribute 2011-12-06 22:38:25 -08:00
Paul Kulchenko
ca0fda0bee Fixed using projectdir from interpreter with debugger 2011-12-06 19:20:22 -08:00
Paul Kulchenko
5f8ee5ce63 Added 'Lua with debugger' interpreter and reverted changes to 'Lua' interpreter back;
Registered 'Lua with debugger' with zbstudio by default;
Added logic to load custom icons
2011-12-05 12:16:32 -08:00