Paul Kulchenko
68b7272403
Updated Corona interpreter to allow debugging on Linux using Wine.
2015-04-20 21:36:53 -07:00
Paul Kulchenko
d86582ebc6
Added project path in the error reporting for love2d/corona interpreters.
2015-03-03 19:23:54 -08:00
Paul Kulchenko
d8d1fc6f67
Updated messages in interpreters to fix line endings.
2015-03-01 19:18:04 -08:00
Paul Kulchenko
be4c0d646a
Updated Corona integration to hide console on OSX (2014.2393+).
2014-11-14 09:49:17 -08:00
Paul Kulchenko
d1fb8837f7
Refactored default fprojdir and fworkdir from the interpreter code.
2014-09-27 13:45:39 -07:00
Paul Kulchenko
5031c5f5c1
Added sending Corona SDK simulator output to the Output window on Windows.
2014-09-08 22:12:45 -07:00
Paul Kulchenko
905d9cd75d
Fixed Corona interpreter to clean debugger in plugin folder (Win).
2014-05-08 14:49:33 -07:00
Paul Kulchenko
4e5356670b
Updated interpreters to check ProgramFiles env variable on Windows.
...
This helps with locating executables for a localized OS.
2014-04-29 21:59:04 -07:00
Paul Kulchenko
78c44e6060
Fixed an issue with running processes not terminated when closing IDE.
...
This was a side-effect of an earlier change that was done to run
end-callbacks before terminating external processes (as those callbacks
may be used, for example, to remove temporary files).
Many of interpreters had logic in those callbacks to reset debugger.pid,
which was useful (at a time) to reset UI after terminatin of a process
(introduced by 4554c67c ). However, this logic was unnecesary in
interpreters and interfered with terminating running processes, so this
commit removes it from all the interpreters and does in the IDE itself.
2014-04-11 15:24:26 -07:00
Paul Kulchenko
87594dc7e5
Updated Corona interpreter to handle failure to copy debugger to Resources/ folder.
2013-09-13 10:01:47 -07:00
Paul Kulchenko
8ad9e83b92
Added support for changing the Corona simulator skin ( closes #151 ).
2013-06-19 21:52:40 -07:00
Paul Kulchenko
6ad74e09a9
Improved error reporting in interpreters on failures to copy the debugger.
2013-06-04 14:03:38 -07:00
Paul Kulchenko
3b10bbbcd2
Fixed launch command for Corona debugging on Windows.
2013-04-11 09:23:52 -07:00
Paul Kulchenko
c8e2890f60
Enabled full debugging for Corona on OSX.
2013-03-12 16:01:13 -07:00
Paul Kulchenko
486cccd1da
Added debugger.runonstart option to configure if debugging should run immediately after starting.
2013-02-09 20:21:58 -08:00
Paul Kulchenko
9b38dd7d74
Enabled live-coding for Corona interpreter.
2013-01-07 09:56:40 -08:00
Paul Kulchenko
93abd740d8
Added Corona auto-complete support (thanks to Srdjan Markovic).
2012-11-25 16:56:53 -08:00
Paul Kulchenko
71d1ea13a8
Disabled functions that are not available under Corona on OSX (helps #73 ).
2012-11-13 15:59:55 -08:00
Paul Kulchenko
9879660522
Fixed support for Corona SDK on OSX (helps #73 ).
...
The debugging is limited on OSX comparing to the Windows version (appears
to be a limitation of Corona SDK with no known workaround): remote console
and watches are not working.
2012-11-12 15:15:45 -08:00
Paul Kulchenko
4da3dde68d
Added check for 'main.lua' in Corona projects.
2012-11-08 16:56:19 -08:00
Paul Kulchenko
9bdb1d016b
Added serialization of remote 'print' results and an output filter for debugging (helps #73 ).
2012-11-08 13:42:21 -08:00
Paul Kulchenko
4a881cf855
Added redirect of remote 'print' commands to the Output window in the IDE (helps #73 ).
2012-11-07 19:05:54 -08:00
Paul Kulchenko
7fea9b4ec7
Added Corona SDK support ( closes #73 ).
2012-11-06 22:35:14 -08:00