public interface LineRedirector
LineRedirector
is implemented by language writers
that support #line Preprocessor redirectives, or some similar mechanism
for VPATH builds. (e.g. C and C++)Modifier and Type | Method and Description |
---|---|
int |
getLineCount()
get the current line number being printed.
|
void |
redirectBegin(java.lang.String path,
int line)
Mark a region where the debugger should be redirected to another file
starting on a specific line
|
void |
redirectEnd(java.lang.String path,
int line)
End the region where the debugger can just follow this file.
|
void redirectBegin(java.lang.String path, int line)
void redirectEnd(java.lang.String path, int line)
int getLineCount()