Alex

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Extension point for locating sources from a stack trace?
I work on tooling that compiles C and Fortran files to JVM class files. I have managed to implement breakpoints and debugging, but clicking on a file like "devPS.c" from a stack trace in the consol... -
Created Breakpoints in custom JVM Languages (C, Fortran)
AnsweredI work on a set of compiler tools for the Renjin project, which includes a tool that generates class files from C and Fortran sources. The resulting classfiles include appropriate source and line n...