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: LeetCode-OpenSource/vscode-leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xavier-cai/vscode-leetcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debug-feature
Choose a head ref
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 4, 2020

  1. intitialize debug feature

    xavier-cai committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b258732 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. enable debug button

    xavier-cai committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b33c98d View commit details
    Browse the repository at this point in the history
  2. initialize a cpp-debugger

    xavier-cai committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d6032bf View commit details
    Browse the repository at this point in the history
  3. prepare cpp debug file structure

    definition.h <- TreeNode & ListNode
    solution.cpp <- Solution
    main.cpp <- Debug code & entry
    xavier-cai committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2e2271c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    ce8f315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3f89a View commit details
    Browse the repository at this point in the history
  3. feat: enable cpp debugging

    xavier-cai committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    0dfcf6e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    b4ae503 View commit details
    Browse the repository at this point in the history
  2. better debugger API

    xavier-cai committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a53a1fb View commit details
    Browse the repository at this point in the history
Loading