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-14[wasm] Renaming debugger files. (#20244)Thays Grazia
2020-07-11[wasm][debugger] Fix `callFunctionOn`+`silent` arg behavior (#20044)Ankit Jain
2020-07-07[wasm][debugger] Add support for deref'ing pointers (#19760)Ankit Jain
2020-05-22[wasm][debugger] Allow invoking property getters for objects (#19726)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-08[wasm][debugger] Only send resolved events on load (#19736)Larry Ewing
2020-05-08[wasm][debugger] Get loaded files without having a round trip (#19735)Larry Ewing
2020-05-06[wasm][debugger] Rework setBreakpointByUrl location handling (#19688)Larry Ewing
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-21[wasm][debugger] Fix command response handling (#19590)Larry Ewing
2020-04-20[wasm][debugger] Support array expansion in VS via callFunctionOn (#19588)Ankit Jain
2020-04-19[wasm][debugger] Add an option to clear navigator.webdriver on attach (#19584)Larry Ewing
2020-04-18[wasm][debugger] Always send the remove breakpoint command to the browser too...Larry Ewing
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-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] Don't surface evaluation errors to the browser (#19439)Larry Ewing
2020-04-04[wasm][debugger] Improve array visualization (#19424)Ankit Jain
2020-04-04[debugger][wasm] Implement evaluate in wasm debugger. (#19432)Thays Grazia
2020-04-02[wasm][debugger] don't try to process commands sessions without context (#19394)Larry Ewing
2020-04-02[wasm][debugger] Add support for visualizing valuetypes (#19232)Ankit Jain
2020-03-26[wasm][debugger]: Move some of the internal helper classes into a separate fi...Martin Baulig
2020-03-13[wasm][debugger] Continue SS after leaving managed code (#19140)Thays Grazia
2020-03-06[wasm][debugger] Hash messages and sessions directly (#19128)Larry Ewing
2020-03-05[wasm][debugger] Check runtime state before attempting to resolve breakpoints...Larry Ewing
2020-03-05[wasm][debugger] Rework breakpointRequest handling across sessions (#19113)Larry Ewing
2020-02-27[wasm][debugger] use console.debug to signal runtime init (#19057)Larry Ewing
2020-02-27[wasm][debugger] allow stepping out of c# (#19059)Larry Ewing
2020-02-27[wasm][debugger] Always pass failed breakpoint requests to target (#19053)Larry Ewing
2020-02-26Debug proxy updates (#19026)Steve Sanderson
2020-02-24Use AsLocation when creating location (#19016)Larry Ewing
2020-02-24[wasm][debugger] Don't mark the runtime ready before clearing the (#19015)Ankit Jain
2020-02-22[wasm][debugger] Store more per session state and force some event ordering (...Larry Ewing
2020-02-20[wasm] Improve locals visualization (#18919)Ankit Jain
2020-02-06[wasm][debugger] Silence some logging and extract the null caseLarry Ewing
2020-02-06[wasm][debugger] Make command formatting slightly more sane and reduce c&p codeLarry Ewing
2020-01-29Merge remote-tracking branch 'upstream/master' into checkpointLarry Ewing
2020-01-29[wasm][debugger] start reworking logging logicLarry Ewing
2020-01-29Rename Ws* to something more reasonableLarry Ewing
2020-01-28[wasm][debugger-proxy]: If we cannot load a PDB file, send a log entry. (#18601)Martin Baulig
2020-01-28[wasm][debugger] Make the file loading slightly more asyncLarry Ewing
2020-01-28[wasm][debugger] Track the sessionId with all events and commandsLarry Ewing
2020-01-27Remove unused variables (#18579)Pranav K
2019-12-21[wasm][debugger] get the debug harness working againLarry Ewing
2019-12-18[wasm][debugger] fix exception when we can't locate debug assembly (#18230)Larry Ewing
2019-12-13[wasm][debug-proxy] Fix crash and send back failed message. (#18146)Kenneth Pouncey
2019-11-25Fix issue in debugger variable inspection (#17900)Larry Ewing