Commit Graph
24 Commits
Author SHA1 Message Date
Yoshi Askharoun 46833d467f UIX debugger improvements 2024-01-20 20:32:30 -06:00
Yoshi Askharoun 3345ffe590 Implement MarkupLineNumberTable.DumpTable() 2023-10-11 13:23:33 -05:00
Yoshi Askharoun 06f47d21ca Make InterpreterObject default to printing actual values 2023-10-11 13:23:18 -05:00
Yoshi Askharoun 63fd7848c1 Add Connected event and default to break state 2023-10-11 13:22:33 -05:00
Yoshi Askharoun b5837bd3b8 Separate decode and execute steps 2023-10-09 14:46:51 -05:00
Yoshi Askharoun a442d66213 Split generic instruction info into separate class 2023-10-08 23:54:01 -05:00
Yoshi Askharoun 7b25639c40 Only convert value when necessary 2023-08-25 14:38:51 -05:00
Yoshi Askharoun a4c47e611a InterpreterEntry refinements 2023-08-22 02:04:19 -05:00
Yoshi Askharoun d0b65a58d7 Read DebuggerMessageFrame data on net461 2023-06-03 20:34:49 -05:00
Yoshi Askharoun f1a8627057 Implement basic interpreter execution controls 2023-06-02 00:09:51 -05:00
Yoshi Askharoun 1dea74d1e5 Add debugger serialization and deserialization helpers 2023-06-02 00:08:56 -05:00
Yoshi Askharoun 1ae6b92cf9 Mark Breakpoint as serializable 2023-06-02 00:08:28 -05:00
Yoshi Askharoun 3539ed4826 Implement new System.Net.Sockets debugger 2023-06-01 20:18:53 -05:00
Yoshi Askharoun a61e1e63a9 Add more flexibility to Breakpoint 2023-05-29 20:19:14 -05:00
Yoshi Askharoun ea08399992 Finish InterpreterEntry deserialization 2023-05-25 21:01:48 -05:00
Yoshi Askharoun 81beb67fb2 Switch from BinaryFormatter to BsonFormatter for interpreter messages 2023-05-25 02:20:01 -05:00
Yoshi Askharoun e10a663714 Add more information to interpreter entries and objects 2023-05-25 01:01:57 -05:00
Yoshi Askharoun aa2257bf8e Move DataMappingModel and DecompilationResult to own files and into Debug.Data namespace 2023-05-24 20:02:31 -05:00
Yoshi Askharoun d2543e5bea Prevent NRE with instructions with no arguments 2023-05-24 17:48:16 -05:00
Yoshi Askharoun 03aa478fd4 Include more info in InterpreterEntry 2023-05-24 16:24:48 -05:00
Yoshi Askharoun 30cf50b55e Make Color and TextStyle serializable 2023-05-24 15:32:09 -05:00
Yoshi Askharoun bcf9b83f54 Prototype complete InterpreterEntry serialization 2023-05-24 10:14:07 -05:00
Yoshi Askharoun 1d36315297 Attempt 1 at remote debugging 2023-05-22 18:04:22 -05:00
Yoshi Askharoun e285a34196 Consolidate UIX.Debug into UIX 2023-05-22 14:07:11 -05:00