emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] branch externals/dape created (now b52882f627)


From: ELPA Syncer
Subject: [elpa] branch externals/dape created (now b52882f627)
Date: Tue, 5 Dec 2023 03:57:47 -0500 (EST)

elpasync pushed a change to branch externals/dape.

        at  b52882f627 Fix dape-key-prefix type #28

This branch includes the following new commits:

       new  96b1815ed3 Initial commit
       new  a21992c208 Add screenshot
       new  6907fade6a Fixup readme
       new  6c501bfbc9 Fix watch dwim use symbol at point
       new  572f2b2976 Fix bugs section
       new  2e8202ad9a Small doc fixups
       new  32cbd92a76 Add straight installation to readme
       new  e804aca510 Readme fixups
       new  6da668abc4 Fix themes link in readme
       new  2376cf5400 Resolve symbols in config evaluation
       new  d896720cc1 Add projectile configuration in readme
       new  c7c085a94a Added roadmap
       new  c780c6f1e2 Fix crash when % is present in log and expression 
breakpoints
       new  2831601925 Small README improvements
       new  1bd018e477 Update formatting in roadmap section
       new  e314b97bc1 Refactor update and update ui
       new  480bcd14f8 Improve REPL welcome message
       new  20a8e99c24 Fix indentation
       new  3a05121b02 Fix adapter examples
       new  1ed319ba5f Reword repl welcome message
       new  b7f68f1b96 Update readme with a bit more helpful path example
       new  2d4c0e6748 Add file and line to stack in info buffer
       new  df0c2d8357 Require success to launch/attach after initialize
       new  57d3f6e1ff Fix typo
       new  ed37a0cd5b Add exception breakpoints
       new  8418a68442 Fix repl faces
       new  815a880f48 Rename dape input vars
       new  819d4c39f9 Keep log and expression breakpoints when removing 
breakpoints
       new  161501b4a5 Fix example in readme
       new  3e15266d78 Remove function symbols from config options diff
       new  4eb75e39b2 Small readme fixup
       new  907828d05e Fix toggle breakpoint
       new  813ace9e69 Fix vector options eval
       new  3e51a71f52 Fixup readme
       new  60283647ff Fixup suggestions from emacs-devel
       new  ffaa4278cd Fix checkdoc issues
       new  de1508f4b3 Change to old style of keymap define with defvar
       new  ee2aaad60f Invoke customize-variable if dape-configs is null
       new  bddc5102b5 Clarify package description
       new  a23bcb8e66 Add naively inline variable overlays
       new  04aabf1862 Update screenshots
       new  5c62153574 Fix various customization types
       new  49909a1a39 Use presentation hits for auto expand locals scope
       new  95d52ea585 Fix parsing of codelldb adapter output on windows #1
       new  3d800b349e Add godot example config
       new  b42b7def86 Fix timers when repl buffer is not available
       new  efcfc93003 Fix duplicate variable overlays
       new  403581170c Use header line format for info buffer
       new  b8a69409da Print stopped description
       new  cbbb807604 Fix type in readme cppdbg adapter example #3
       new  d6a6a2a75e Clarify codelldb adapter example and fix typo #4
       new  2a478560e9 Move breakpoint indications into the buffer margin #2
       new  beaaca9c77 Fix missing server std out/err in debug buffer
       new  ad8d8797fa Fix missing newline for "stopped" event description
       new  9eebb3c246 Fix missing newline from compilation failed msg
       new  d6d79670f7 Slight rework of dape--read-config
       new  cacddbb8e7 Improve error printout and do a better job of validating 
config
       new  3a31e53782 Fix sticky breakpoint issue
       new  8cc8b262c1 Add custom formatting to dape-info variables
       new  3770a22b28 Cleanup before emacs exits #8
       new  de97f32725 Improve/fix parsing #9
       new  a529cbea06 Fix widget rendering when adapter exited
       new  73150fca55 Add paging to dape info variables to reduce UI locking
       new  ae98178a3e Improve repl when adapter process non live
       new  3ab98f24f6 Fix typo in readme cppdbg adapter section #3
       new  94b99c3a5b Fix wrong error for step-like functions when no stopped 
threads
       new  ccb6060b55 Add disconnect functionality and PID helper for attach 
requests
       new  1bef80cf37 Remove confusing default for dape-main-functions
       new  77fa220765 Fix interactive commands in REPL #11
       new  1d0cdcc466 Fix dape.el header #13
       new  b27a7db84c Add defcustom buffer actions to Dape buffers
       new  b501759e89 Change default for `dape-repl-use-shorthand'
       new  2a4462d36a Fix nil-ed plist props in config diff
       new  ebd9ebf6a8 Default to "sensible" values in `dape-config' when 
missing
       new  c3fb0ebc32 Remove `dape--name'
       new  a55f8d7196 Rework `dape--read-config'
       new  4a97094b10 Kill adapter on terminate event
       new  bc17ae80ff Fix debuggee cleanup
       new  6ec0bfbcf2 Remove busy wait from dape-kill
       new  f982879c17 Cleanup timeouts before restart
       new  ff3037cb58 Use same buffer strategy on dape-quit-disconnect
       new  0c6f5513ae Fix build warnings
       new  3149577a9e Use dape--repl-prompt var
       new  9be8f20685 Fix zombied REPL dummy processes
       new  4452bc68a4 Respect :expensive vars in update fetch
       new  204012b31e Rework parsing
       new  30b2695154 Cancel timeout timers on process kill
       new  bb54d57fc6 Change dape--debug to macro to remove arg evaluation
       new  41cfcc3ce3 Variety of dape--tree-widget performance "hacks"
       new  35d55de0c5 Improve robustness of DAP parsing
       new  a9f68bf701 Remove pretty printing of dape--debug io prints
       new  7f9700d2b6 Use prin1 formatting of objects in dape-debug
       new  f40d7932cc Print both description and text from stopped event
       new  b7c578992d Fix unnecessary newline in stopped repl text
       new  bec3e487f2 Send request response for runInTerminal and 
startDebugging
       new  bda32e7780 Fix issue of resetting start-debugging args #15
       new  e34a87dd67 Handle capabilities event
       new  6b4cebae5f Use own keymap for dape--config-read
       new  ff3a27dbbd Fix a typo
       new  e5545bbc6f Merge pull request #20 from tromey/fix-typo
       new  cbfebf84e3 Improve REPL usage, enable REPL without any stopped 
threads #15
       new  5f65524007 Fix REPL completions when process has never stopped #15
       new  5d03bc1212 Add fn symbol to dape-config for ergonomics of multiple 
key vals
       new  d68bfebc08 Workaround for thread :status nil
       new  bf91567e5e Move dape-config `fn' evaluation into none interactive 
part of dape
       new  ba63e50434 Batteries included
       new  87c91273ec Add error message on launch/attach fail
       new  44544b3caf Improve ensure fn for js-debug
       new  cc2188da0d Improve relative file name in `dape-info' buffer
       new  4c990a5769 Rename `dape-breakpoint-*' functions for discoverability
       new  fad3c663e7 Update mode line face
       new  ca555bcba3 UI rewrite
       new  68799e29a1 Fix screenshots in readme
       new  5499b7d3d1 Add fringe breakpoint icon
       new  af5dd1eee8 Fixup of set variables
       new  f02fc87e82 Fix fringe check when placing breakpoints
       new  2620078517 Improve error message on failed restart
       new  0f545358e2 Fix strange usage of add to watch in scope buffer
       new  2bfa7ddaa5 Add breakpoints mode for fring/margin breakpoint toggling
       new  34e79aec3d Update readme with new breakpoint
       new  20105f5b47 Harden dape-kill action as per specification
       new  ee2ecae446 Bump version and add FSF copyright line
       new  b52882f627 Fix dape-key-prefix type #28




reply via email to

[Prev in Thread] Current Thread [Next in Thread]