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-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]: Correctly handle null sessionId. (#19327)Martin Baulig
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-27[wasm][debugger] clean up scriptid parsing (#19052)Larry Ewing
2020-02-27[wasm][debugger] Since System.Url normalizes the path sep also try to match o...Larry Ewing
2020-02-26Debug proxy updates (#19026)Steve Sanderson
2020-02-25[wasm][debugger] revert DotNetUrl changes (#19021)Larry Ewing
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-24Merge pull request #19003 from radical/improve-locals-accessAnkit Jain
2020-02-22[wasm][debugger] Enable embedded ppdb on wasm (#18966)Thays Grazia
2020-02-22[wasm][debugger] Handle exceptions from JSAnkit 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-29[wasm][debugger] use PdbReaderProvider helper to try to load more pdb formsLarry Ewing
2020-01-29Merge remote-tracking branch 'upstream/master' into checkpointLarry Ewing
2020-01-29[wasm][debugger] start reworking logging logicLarry Ewing
2020-01-29[wasm] simplify EndOfMessage caseLarry 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] Handle When BreakpointRequest Commands Come Out of OrderSteve Pfister
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-12-11[wasm][debugger] Prevent crash on disconnect of client (#18107)Kenneth Pouncey
2019-11-25Fix issue in debugger variable inspection (#17900)Larry Ewing
2019-10-23[wasm] Bump DebugProxy to netstandard 2.1 / netcore 3.0.0Larry Ewing
2019-10-22[debugger][wasm] Check the length of the vars array. Fixes #17473Larry Ewing
2019-07-03[debugger][wasm] Display content of "this" (#15528)Thays Grazia
2019-06-25Remove a stale comment (#15378)Kevin Pilch
2019-06-24[wasm][debugger] Adding support to debug local vars in async methods (#15357)Thays Grazia
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2019-02-22[wasm] [debugger] Add test suite. (#13093)Thays Grazia
2019-02-12Remove the logic that prepends a line in source referencesLarry Ewing
2019-02-12Use file: urls when when the files exist locallyLarry Ewing