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-09-21[wasm][debugger] Fix wasm compilation error on mono/mono (#20414)Thays Grazia
2020-08-26[wasm][debugger] Merge dotnet/runtime to mono/mono (#20307)Thays Grazia
2020-08-14[wasm] Renaming debugger files. (#20244)Thays Grazia
2020-08-08[wasm] [debugger] Support Exception Break on Debugger (handled and unhandled)...monojenkins
2020-07-07[wasm][debugger] Add support for deref'ing pointers (#19760)Ankit Jain
2020-07-06[wasm][debugger] Don't download unnecessary assemblies to DebugProxy (#20032)Thays Grazia
2020-06-05[wasm] Print out the real stack trace when load_runtime () fails. (#19918)Zoltan Varga
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-08[wasm][debugger] Get loaded files without having a round trip (#19735)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-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-15[wasm] Debugger test improvements. (#19499)Zoltan Varga
2020-04-14[wasm][debugger] Improve some valuetype visualization (#19490)Ankit Jain
2020-04-04[wasm][debugger] Improve array visualization (#19424)Ankit Jain
2020-04-03Fix Mono WebAssembly regression on Firefox (#19420)Steve Sanderson
2020-04-02[wasm][debugger] Add support for visualizing valuetypes (#19232)Ankit Jain
2020-03-30[Wasm] Fix string_decoder when running with threading enabled (#19355)Jérôme Laban
2020-03-14[wasm] Add a sample for collecting coverage data. (#19223)Zoltan Varga
2020-03-13[wasm][debugger] Continue SS after leaving managed code (#19140)Thays Grazia
2020-03-09[wasm] Convert MonoString to string without utf8 intermediate (#19156)Larry Ewing
2020-02-27[wasm][debugger] use console.debug to signal runtime init (#19057)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
2019-12-20[wasm] fix the wrapped function signatures to match current documentationLarry Ewing
2019-12-20[wasm] fix the mono_clear_bps conditionLarry Ewing
2019-10-21[wasm] Make sure message pump is working when executing via NODEJS (#17453)Kenneth Pouncey
2019-10-21Export `mono_load_runtime_and_bcl` so that is available in nodejs. (#17456)Kenneth Pouncey
2019-10-14[wasm] Continue loading app even when `.pdb` files are not found (#17266)Kenneth Pouncey
2019-08-23Address review comments wasm/support to wasm/srcKenneth Pouncey