0476e7782c
By default[1], javac only includes line number and source file information in compiled outputs. Notably, this doesn't include local variable debugging information, which means debugging tests in IntelliJ won't be able to show local vars. Pass the necessary javac flag. [1] http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html Change-Id: I1d94ab3811ac590c9e533780d4e910cab6ff0506
24 lines
373 B
Plaintext
24 lines
373 B
Plaintext
# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE.
|
|
#
|
|
# See: https://ij.bazel.io/docs/project-views.html
|
|
|
|
directories:
|
|
.
|
|
-eclipse-out
|
|
-contrib
|
|
-gerrit-package-plugins
|
|
-logs
|
|
-./.metadata
|
|
-./.settings
|
|
-./.apt_generated
|
|
|
|
targets:
|
|
//...:all
|
|
|
|
java_language_level: 8
|
|
|
|
workspace_type: java
|
|
|
|
build_flags:
|
|
--javacopt=-g
|