Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26[wasm][debugger] Merge dotnet/runtime to mono/mono (#20307)Thays Grazia
2020-08-15[wasm] Merge dotnet/runtime changes to mono/mono. (#20249)Thays Grazia
2020-08-14[wasm] Renaming debugger files. (#20244)Thays Grazia
2020-07-11[wasm][debugger] Fix `callFunctionOn`+`silent` arg behavior (#20044)Ankit Jain
2020-07-08[wasm][debugger] DebugDirectoryEntryType = Reproducible means that has debug ...Thays Grazia
2020-07-07[wasm][debugger] Add support for deref'ing pointers (#19760)Ankit Jain
2020-06-27Re-enable verbose and trace logging in debug proxy (#19926)Safia Abdalla
2020-05-22[wasm][debugger] Allow invoking property getters for objects (#19726)Ankit Jain
2020-05-18[wasm][debugger][tests] Allow overriding which browser to use (#19769)Ankit Jain
2020-05-14[wasm][debugger] Clear valuetypes cache on Debugger.resume (#19778)Ankit Jain
2020-05-14[wasm][debugger][tests] Rework SetBreakpointInMethod, to get the (#19771)Ankit Jain
2020-05-12[master] [wasm][debugger][tests] Add locale tests for datetime (#19759)monojenkins
2020-05-07Disable per-collection parallelism in debugger tests (#19722)Katelyn Gadd
2020-05-06[master] [wasm][debugger][tests] Add tests for multiple breakpoints inline (#...monojenkins
2020-05-06[wasm][debugger] Rework setBreakpointByUrl location handling (#19688)Larry Ewing
2020-05-05[wasm][debugger] Add tests for floating common types (#19712)Larry Ewing
2020-04-28[wasm][debugger][tests] Split tests into separate files (#19647)Ankit Jain
2020-04-24[wasm][debugger] Fix `evaluateOnCallFrame` for valuetype locals (#19638)Ankit Jain
2020-04-22[wasm][debugger] Fix enumerating for `this` on valuetypes (#19626)Ankit Jain
2020-04-20[wasm][debugger] Support array expansion in VS via callFunctionOn (#19588)Ankit Jain
2020-04-17[wasm][debugger] Show pointer type+address (#19537)Ankit Jain
2020-04-17[wasm][debugger] Show signature for delegate, or target, if available… (#19...Ankit Jain
2020-04-16[wasm][debugger] Handle multi-doc methods and multiple results for breakpoint...Larry Ewing
2020-04-15[wasm] Debugger test improvements. (#19499)Zoltan Varga
2020-04-14[wasm][debugger] Improve some valuetype visualization (#19490)Ankit Jain
2020-04-11[wasm] Disable interpreter optimizations when debugging. (#19504)Zoltan Varga
2020-04-06[wasm][debugger] Improving evaluate expression implementation (#19444)Thays Grazia
2020-04-05Some frames were skipped in MonoProxy but we don't skip the frame_id, doing t...Thays Grazia
2020-04-04[wasm][debugger] Improve array visualization (#19424)Ankit Jain
2020-04-02[wasm][debugger] Add support for visualizing valuetypes (#19232)Ankit Jain
2020-03-13[wasm][tests] be slightly more careful looking for the connection string (#19...Larry Ewing
2020-03-05[wasm][debugger] Rework breakpointRequest handling across sessions (#19113)Larry Ewing
2020-02-27[wasm][debugger] Always pass failed breakpoint requests to target (#19053)Larry Ewing
2020-02-27[wasm][debugger] Show the typename for valuetypes (#19046)Ankit Jain
2020-02-26Debug proxy updates (#19026)Steve Sanderson
2020-02-25[wasm][debugger] Fix getting async method locals, and `this`Ankit Jain
2020-02-25[wasm][debugger][tests] Update tests to track test api changesAnkit Jain
2020-02-25[wasm][debugger][tests] Ensure to always check location when sendingAnkit Jain
2020-02-25[wasm][debugger][tests] extract method to set breakpointsAnkit Jain
2020-02-23[wasm][debugger] Fix nested class names for `this`Ankit Jain
2020-02-23[wasm][debugger] Fix issue in getting locals for previous framesAnkit Jain
2020-02-22[wasm][debugger] Handle exceptions from JSAnkit Jain
2020-02-22[wasm][debugger] SetException on all the inspector waiters for uncaught excep...Ankit Jain
2020-02-22[wasm][debugger] Store more per session state and force some event ordering (...Larry Ewing
2020-02-21[wasm][tests] clean up a couple of the Contains assertionsLarry Ewing
2020-02-20[wasm] Improve locals visualization (#18919)Ankit Jain
2020-01-29Rename Ws* to something more reasonableLarry Ewing
2020-01-03[wasm][debugger] put the testharness base url in one placeLarry Ewing
2020-01-03[wasm][deubgger] clean up task usage and remove delayLarry Ewing
2019-12-21[wasm][debugger] get the debug harness working againLarry Ewing