We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fef27d commit 367e14bCopy full SHA for 367e14b
test/cmdlineTests/ethdebug_on_interface/args
@@ -0,0 +1 @@
1
+--ethdebug --via-ir --pretty-json --json-indent 4
test/cmdlineTests/ethdebug_on_interface/input.sol
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
2
+pragma solidity >=0.0;
3
+
4
+interface C {
5
+ function f() external;
6
+}
test/cmdlineTests/ethdebug_on_interface/output
@@ -0,0 +1,19 @@
+======= Debug Data (ethdebug/format/info/resources) =======
+{
+ "compilation": {
+ "compiler": {
+ "name": "solc",
+ "version": "<VERSION REMOVED>"
7
+ },
8
+ "sources": [
9
+ {
10
+ "id": 0,
11
+ "path": "input.sol"
12
+ }
13
+ ]
14
15
16
17
+======= input.sol:C =======
18
+Debug Data (ethdebug/format/program):
19
+null
0 commit comments