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

Debug instrumentation on demand #19

Open
toivoh opened this issue Nov 30, 2012 · 1 comment
Open

Debug instrumentation on demand #19

toivoh opened this issue Nov 30, 2012 · 1 comment

Comments

@toivoh
Copy link
Owner

toivoh commented Nov 30, 2012

There should be a way to mark e.g. a method as debugable, without instrumenting it per default.
Such a method would become instrumented once the user steps into an invocation of it. Debug info would have to be kept from the start, but the method could hopefully run at normal speeds for normal invocations. This might only work for top-level methods. It should hopefully allow to mark much greater parts of code for debugging.

@cpitclaudel
Copy link

Alternatively, would it be an option to create a juliadb binary that one could invoke as juliadb <some-source-file> and to instrument everything in a source file and start debugging it?

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

2 participants