Commit Graph
132 Commits
Author SHA1 Message Date
Yoshi Askharoun 39325d470c Clean up CompiledMarkupLoader 2023-05-24 20:02:05 -05:00
Yoshi Askharoun d2543e5bea Prevent NRE with instructions with no arguments 2023-05-24 17:48:16 -05:00
Yoshi Askharoun f0b6b00531 Show breakpoint state in ToString 2023-05-24 16:27:02 -05:00
Yoshi Askharoun 371fe9d1e8 Merge branch 'master' of https://github.com/ZuneDev/MicrosoftIris 2023-05-24 16:26:17 -05:00
Yoshi Askharoun 03aa478fd4 Include more info in InterpreterEntry 2023-05-24 16:24:48 -05:00
Yoshi Askharoun 3edc265ecd Use modern C# features in InterpreterContext.cs 2023-05-24 16:24:34 -05:00
Yoshi Askharoun 630e918a3d Allow UIX breakpoints to be disabled 2023-05-24 16:04:47 -05:00
Yoshi Askharoun fc5a110f17 Print interpreter messages in SimpleDebugClient 2023-05-24 16:04:09 -05:00
Yoshi Askharoun 6c4c4ed591 Serialize all TextStyle members, even if 'disabled' 2023-05-24 15:46:46 -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 141a2200dd Implement better UIB breakpoints 2023-05-23 21:35:58 -05:00
Yoshi Askharoun f9414f1a5f Make DataProviderQuery.TryGetProperty more consistent 2023-05-23 20:28:40 -05:00
Yoshi Askharoun 1b26ce4d5f Add new, more robust Breakpoint struct 2023-05-23 20:28:19 -05:00
Yoshi Askharoun a7fea61af6 Update sample Iris app and debug client 2023-05-23 20:12:35 -05:00
Yoshi Askharoun c938b1789a Implement IList<TreeNode> by TreeNodeCollection 2023-05-23 20:07:38 -05:00
Yoshi Askharoun 96aa0dd929 Prevent NRE in Dispatcher when debugger is not attached 2023-05-23 13:03:49 -05:00
Yoshi Askharoun 49d8ae6323 Switch to NetMQ for inter-process debugging 2023-05-22 21:44:05 -05:00
Yoshi Askharoun 1d36315297 Attempt 1 at remote debugging 2023-05-22 18:04:22 -05:00
Yoshi Askharoun 2045b7ccb9 More stable path for SNK file
Should be consistent for the current solution and any other solutions that may include UIX as a subfolder/submodule.
2023-05-22 14:24:12 -05:00
Yoshi Askharoun e285a34196 Consolidate UIX.Debug into UIX 2023-05-22 14:07:11 -05:00
Yoshi Askharoun 0bd6b273c0 Add DataProviderQuery.TryGetProperty helper 2023-05-21 18:46:17 -05:00
Yoshi Askharoun 2a7bc680c4 Add ability to load dynamics resources and consequently images from external C# code 2023-05-21 18:45:58 -05:00
Yoshi Askharoun 22b4b39ebc Drop support for net35 and net40 in favor of net461 2023-05-04 00:23:48 -05:00
Yoshi Askharoun c1bed8065d Remove OwlCore.Remoting 2023-05-03 13:57:19 -05:00