Replies: 1 comment
-
for callstack you can use session.addMarker method like https://github.com/c9/core/blob/master/plugins/c9.ide.run.debug/callstack.js#L363
for breakpoints there is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I want to use Ace in code editor window with debugging functionality. So I want to make editor to highlight current executing line despite what is current cursor position. I also need to highlight multiple lines (e.g. all the calls in stacktrace). Ace documentation is not very easy to dive in for me. Sorry if I'm asking something obvious, but my question is:
What are (and if there are) API methods in Ace to:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions