Commit d3250bb
committed
Improvements to the debugging
This was something that was useful for me while I was working on writing
the CodeMirror 6 PGML parser. It just formats the things in the PGML
stack that are hashes in a nicer way, actually showing the contents
instead of something like `HASH(0x5d3919403d78)` as it previously did.
This does not affect normal PGML usage in problems at all.show method of PGML.1 parent ed18e79 commit d3250bb
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
969 | 984 | | |
970 | 985 | | |
971 | 986 | | |
| |||
974 | 989 | | |
975 | 990 | | |
976 | 991 | | |
977 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
978 | 995 | | |
979 | 996 | | |
980 | 997 | | |
| |||
1227 | 1244 | | |
1228 | 1245 | | |
1229 | 1246 | | |
1230 | | - | |
| 1247 | + | |
1231 | 1248 | | |
1232 | 1249 | | |
1233 | 1250 | | |
| |||
0 commit comments