Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
f1fa182a4bd935daa5fbc1862101d1ae7bfcaa4f
hakorune/local_tests/test_plugin_debug.hako

11 lines
166 B
Plaintext
Raw Normal View History

feat(debug): Add debug logging to console.log_handle for plugin investigation - Added eprintln! debug messages to trace handle values - Helps investigate why plugin return values display as blank - Part of ongoing LLVM backend plugin return value investigation Related to issue where print(c.get()) shows blank output 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 06:03:21 +09:00
local c = new CounterBox()
c.inc()
local val = c.get()
print("Before print:")
print(val)
print("After print")
// 比較用
local x = 42
print("Normal int:")
print(x)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 46ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API