Added wp shuffler, rm txt/md from ycm_blacklist
This commit is contained in:
@@ -16,6 +16,7 @@ set -x VISUAL nvim
|
||||
|
||||
builtin cd $last_dir
|
||||
bind \ce edit_command_buffer
|
||||
bind \cr forward-word
|
||||
|
||||
# fish-specific
|
||||
source /home/kevin/.config/fish/key_abbr.fish
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
function gdb-a2
|
||||
gdb -ex "b safeStopSign.c:40" -ex "b safeStopSign.c:44" -ex "run" \
|
||||
# gdb -ex "b safeStopSign.c:96" -ex "run" \
|
||||
# gdb -ex "b safeTrafficLight.c:98" -ex "run" \
|
||||
gdb -ex "run" -ex "bt" \
|
||||
# gdb -ex "run" \
|
||||
# -ex "p cur_lane_queue.count" \
|
||||
# -ex "p cur_front->car->index" \
|
||||
# -ex "p cur_front->car" \
|
||||
--args ./carsim stop 1 4
|
||||
# -ex "p cur_front" \
|
||||
# --args ./carsim stop 1 4
|
||||
# --args ./carsim stop 3 20
|
||||
# --args ./carsim light 1 4
|
||||
--args ./carsim light 1 20
|
||||
# gdb -ex "b safeStopSign.c:86" -ex "run" --args ./carsim stop 1 10
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user