Scott Percival
bd3b24d437
DIRECTOR: Add bpentity command to debugger
2022-10-22 19:53:22 +02:00
Scott Percival
4c306fbfd9
DIRECTOR: Fix Lingo REPL mode in debugger
2022-10-22 19:53:22 +02:00
Scott Percival
36e6246dde
DIRECTOR: Add bpvar command to debugger
2022-10-22 19:53:22 +02:00
Scott Percival
6aa71f2f33
DIRECTOR: Show variable contents in debug output
2022-10-22 19:53:22 +02:00
Scott Percival
802c583b10
DIRECTOR: Improve breakpoint debugger command
2022-10-06 00:05:17 +02:00
Scott Percival
82605cc3ac
DIRECTOR: Implement breakpoints
2022-09-28 17:07:07 +02:00
Scott Percival
2874f05eb3
DIRECTOR: Implement movie and nextmovie debugger commands
2022-09-28 17:07:07 +02:00
Scott Percival
fe86d41701
DIRECTOR: Implement disasm debugger command
2022-09-20 20:17:06 +02:00
Scott Percival
c56d9056d4
DIRECTOR: Initial implementation of funcs debugger command
2022-09-20 20:17:06 +02:00
Scott Percival
5c5929737d
DIRECTOR: Implement cast debugger command
2022-09-20 20:17:06 +02:00
Scott Percival
8d29dec888
DIRECTOR: Implement channels debugger command
2022-09-20 20:17:06 +02:00
Scott Percival
3d9cf67233
DIRECTOR: Implement frame and nextframe debugger commands
2022-09-20 20:17:06 +02:00
Scott Percival
c8ccf0e688
DIRECTOR: Add scriptframe command for debugger
2022-09-12 15:52:18 +02:00
Scott Percival
6876849f97
DIRECTOR: Add step, finish and next commands for debugger
2022-09-12 15:52:18 +02:00
Scott Percival
05c8119220
DIRECTOR: Start implementing Lingo debugger console
2022-09-12 15:52:18 +02:00
Scott Percival
3a096e60c3
DIRECTOR: Add version function to debugger
2022-09-12 15:52:18 +02:00
Pragyansh Chaturvedi (r41k0u)
61ff6cf6d5
DIRECTOR: LINGO: Add check for writable file path in traceLogFile lingo property
2022-07-02 22:44:51 +02:00
Pragyansh Chaturvedi (r41k0u)
d9d86b01ce
DIRECTOR: LINGO: Implement traceLogFile Lingo Property
2022-07-02 22:44:51 +02:00
sluicebox
437184e2f0
DIRECTOR: Add newline at EOF
...
Fixes build in old compilers
2022-03-27 18:58:24 -04:00
Roland van Laar
738def31a0
DIRECTOR: Implement lingo repl in debugger
...
When in debug mode enter: lingo on
The prompt will start with lingo) to indicate the repl is active.
To stop enter: lingo off
This will allow developers to interactively inspect the current state of
the program.
Only statements that fit on one line are supported.
2022-03-22 23:39:54 +01:00