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: quarnster/SublimeGDB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bryankate/SublimeGDB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 7, 2014

  1. pass arguments to executable

    Bryan Kate committed May 7, 2014
    Configuration menu
    Copy the full SHA
    1c2e762 View commit details
    Browse the repository at this point in the history
  2. better handling of windows when debugging stops. ctrl+f5 will stop de…

    …bugging,
    
    and with close_views=false and push_pop_layout=false the debug layout will
    remain in place. hitting ctrl+f5 again will close the debug layout.
    
    also, fix a bug that caused the backup layout to get set to the debug layout
    if you debug multiple times in a row with push_pop_layout=false.
    Bryan Kate committed May 7, 2014
    Configuration menu
    Copy the full SHA
    0af0af6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. continue with stack parsing if there is a stack returned. also fix th…

    …read state parsing when a non-array is returned.
    Bryan Kate committed May 9, 2014
    Configuration menu
    Copy the full SHA
    a9c8377 View commit details
    Browse the repository at this point in the history
Loading