Skip to content

Commit 3f7c144

Browse files
committed
Debug: show bundledDir path in status bar
1 parent 2fe3378 commit 3f7c144

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

mode/CppMode.jar

71 Bytes
Binary file not shown.

src/java/CppBuild.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ private void checkWindowsDLLs(RunnerListener listener, File binary) throws Excep
658658

659659
// Bundled DLLs are in libs/windows-x64 -- copy them next to the binary
660660
File bundledDir = new File(runtimeDir.getParentFile(), "libs/windows-x64");
661+
listener.statusNotice("CppMode: bundledDir=" + bundledDir.getAbsolutePath() + " exists=" + bundledDir.exists());
662+
listener.statusNotice("CppMode: bundledDir=" + bundledDir.getAbsolutePath() + " exists=" + bundledDir.exists());
661663
File binaryDir = new File(binary.getParent());
662664
binaryDir.mkdirs();
663665

0 commit comments

Comments
 (0)