1. 22 Feb, 2020 1 commit
    • Improve hello_debugger · 729c33c7
      Antonio Maiorano authored
      Make it so that the debugger is actually looping through all lines while
      in running, so that pause stops on whatever current line it's on, or
      setting a breakpoint will eventually hit.
      
      Also fixed breakpoint verified state for the last line, as line numbers
      are 1-based.
  2. 24 Jan, 2020 3 commits
  3. 17 Jan, 2020 3 commits
  4. 06 Jan, 2020 4 commits
  5. 31 Dec, 2019 2 commits
  6. 05 Dec, 2019 1 commit
    • net::Server: Fix onError parameter default. · eab43f35
      Ben Clayton authored
      The onError parameter of Server::start was default initialized with
      OnError(), which is an 'invalid target', not a no-op implementation.
      
      Replace with a true no-op implementation.
  7. 02 Dec, 2019 1 commit
  8. 26 Nov, 2019 1 commit
    • CMakeLists.txt: Disable MSVC warning from third_party · dc3b3eae
      Ben Clayton authored
      `nlohmann/json` raises a `size_t` to `int` MSVC warning that will fail the build if `CPPDAP_WARNINGS_AS_ERRORS` is enabled.
      Given that this is not our code, the best we can do is to make an exception for this warning.
  9. 18 Nov, 2019 1 commit
  10. 14 Nov, 2019 4 commits
  11. 08 Nov, 2019 1 commit