Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unity-Technologies/UnityMixedCallstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8
Choose a base ref
...
head repository: Unity-Technologies/UnityMixedCallstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9
Choose a head ref
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Jun 13, 2022

  1. Adding line number support

    Adding support for having pmip file per domain. Also keeping support for loading "legacy" pmip files.
    UnityAlex committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    81ee19d View commit details
    Browse the repository at this point in the history
  2. Adding tests to verify legacy and new behavior returns accurate values

    putting tests in separate project
    
    Recreate test proj using .net framework
    
    Move pmip reading functionality out to separate file that doesn't require Debugger.Engine references to allow for it to be unit tested.
    
    Updating to have tests that pass with real test data.
    
    cleaning up debug print statements
    UnityAlex committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f74452c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fixing bug where functions that were jitted after domain reload compl…

    …eted were not being picked up.
    UnityAlex committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    17667ba View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    1a3e340 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge pull request #20 from Unity-Technologies/line-numbers

    Line number and multiple domain support
    UnityAlex authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    da539d2 View commit details
    Browse the repository at this point in the history
Loading