You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, C-x C-a C-b is using the format"@ \"%m\" # %c" to tell ocamldebug to set breakpoints. However, with packed modules, ocamldebug seems to need qualified names as in break @ MyModule.MyFile # 324.
Hi,
C-x C-a C-b
is using the format"@ \"%m\" # %c"
to tellocamldebug
to set breakpoints. However, with packed modules,ocamldebug
seems to need qualified names as inbreak @ MyModule.MyFile # 324
.Note: this was partially reported also at https://caml.inria.fr/mantis/view.php?id=7540.
The text was updated successfully, but these errors were encountered: