You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oj-bundle outputs #line directives to trace the origin of lines in the generated code. This feature may confuse IDE when users copy & paste a bundled code from a web documentation. Possibly we should disable this feature on the embedded code in the document.
Steps to reproduce / 再現方法
Copy a generated code from the web
Paste it to the code on the VSCode
Use breakpoints feature
environments:
unknown
Expected behavior / 期待される挙動
Actual behavior / 実際の挙動
something wrong
Other notes / その他
verification-helper で bundle したライブラリを張り付けて visual studio で実行すると、# line が悪さをするっぽくてブレークポイントが上手く機能しなくなる
Summary / 概要
oj-bundle
outputs#line
directives to trace the origin of lines in the generated code. This feature may confuse IDE when users copy & paste a bundled code from a web documentation. Possibly we should disable this feature on the embedded code in the document.Steps to reproduce / 再現方法
environments:
Expected behavior / 期待される挙動
Actual behavior / 実際の挙動
something wrong
Other notes / その他
The text was updated successfully, but these errors were encountered: