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
|
35e7b19d2f
|
Allow default connection URI as string
|
2023-06-03 20:34:30 -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
|
a0d214fb2f
|
Remove ZeroMQ
|
2023-06-02 00:07:58 -05:00 |
|
Yoshi Askharoun
|
3bf297d189
|
Use ConcurrentQueue
|
2023-06-01 22:49:47 -05:00 |
|
Yoshi Askharoun
|
4ce9c51d9c
|
Handle disposing of debugger server
|
2023-06-01 20:36:32 -05:00 |
|
Yoshi Askharoun
|
3539ed4826
|
Implement new System.Net.Sockets debugger
|
2023-06-01 20:18:53 -05:00 |
|
Yoshi Askharoun
|
5401f988b9
|
back
|
2023-05-29 21:26:39 -05:00 |
|
Yoshi Askharoun
|
0d35fd42a5
|
Test PairSocket with same URI
|
2023-05-29 20:57:26 -05:00 |
|
Yoshi Askharoun
|
d97f83ffdb
|
Fix incorrect usage of connection URI in server
|
2023-05-29 20:32:00 -05:00 |
|
Yoshi Askharoun
|
0c641a7343
|
Fix incorrect usage of connection URI in client
|
2023-05-29 20:28:46 -05:00 |
|
Yoshi Askharoun
|
d01235e3f4
|
Start using PairSockets for two-way debug communication
|
2023-05-29 20:19:31 -05:00 |
|
Yoshi Askharoun
|
a61e1e63a9
|
Add more flexibility to Breakpoint
|
2023-05-29 20:19:14 -05:00 |
|
Yoshi Askharoun
|
8835d0f068
|
Prevent crash when connection is closed during recieve
|
2023-05-28 20:42:13 -05:00 |
|
Yoshi Askharoun
|
ea08399992
|
Finish InterpreterEntry deserialization
|
2023-05-25 21:01:48 -05:00 |
|
Yoshi Askharoun
|
1c5fb20fc9
|
Use JSON for easier debuggin
|
2023-05-25 03:54:56 -05:00 |
|
Yoshi Askharoun
|
2439452fec
|
Fix invalid BSON
|
2023-05-25 02:35:25 -05:00 |
|
Yoshi Askharoun
|
7515999d48
|
Prototype of serialization for types that don't exist in the client domain
|
2023-05-25 02:27:06 -05:00 |
|
Yoshi Askharoun
|
81beb67fb2
|
Switch from BinaryFormatter to BsonFormatter for interpreter messages
|
2023-05-25 02:20:01 -05:00 |
|
Yoshi Askharoun
|
b658bbc9fd
|
Convert objects that otherwise can't be serialized, to strings
|
2023-05-25 01:03:47 -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 |
|