Index: src/wasm/wasm-objects.cc |
diff --git a/src/wasm/wasm-objects.cc b/src/wasm/wasm-objects.cc |
index 46433e26b241f1f893d4c493589484168065acc7..12edaed4786779c25091f3247a1d5ceb57bb2af3 100644 |
--- a/src/wasm/wasm-objects.cc |
+++ b/src/wasm/wasm-objects.cc |
@@ -1108,7 +1108,7 @@ bool WasmCompiledModule::SetBreakPoint( |
Handle<WasmCompiledModule> compiled_module, int* position, |
Handle<Object> break_point_object) { |
Isolate* isolate = compiled_module->GetIsolate(); |
- |
+ fprintf(stderr, "WasmCompiledModule::SetBreakpoint: %d\n", *position); |
// Find the function for this breakpoint. |
int func_index = compiled_module->GetContainingFunction(*position); |
if (func_index < 0) return false; |