Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically generate bytecode debugger bootstrap #133

Open
jordwalke opened this issue May 20, 2015 · 1 comment
Open

Automatically generate bytecode debugger bootstrap #133

jordwalke opened this issue May 20, 2015 · 1 comment

Comments

@jordwalke
Copy link

When you load up ocamldebug, you have to supply module unique names/paths. It's pretty tricky to get right, especially when you namespace modules. But the good thing is that obuild has all the knowledge about original source locations, and their respective module names/compilation artifact names and can automatically generate a dirty simple debug start script that lets you start debugging any bytecode program instantly.

@jeromemaloberti
Copy link
Contributor

Actually, I never use ocamldebug because of difficulty to start it, so it is an excellent idea.
Do you have a sample of a bootstrap file from a small project with one library ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants