package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.1.tbz
sha256=2c1cb97ed697a3b3c236b3d6d42332193ed9e4f169845551d3690bfa8aa1f527
sha512=9653b7e91148b0a86c41084524dc52ac25e2062d0c39965ab6a916791e9149ca0459ad1e12a71f0670e1956e5295c08356c3bb26bf99090739763f3dbe1fcbdb

doc/src/dap.types/util.ml.html

Source file util.ml

1
2
3
4
module String_map = Map.Make (String)

let print_exn_at_loc loc =
  Printf.sprintf "Exception raised at %s:%d" loc.Lexing.pos_fname loc.Lexing.pos_lnum
OCaml

Innovation. Community. Security.