Skip to content

Commit

Permalink
Initial support for debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Relfos committed Dec 15, 2020
1 parent 0c19178 commit fc1d4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Contract.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Phantasma.Domain;
using Phantasma.VM;
using Phantasma.VM.Debug;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
1 change: 1 addition & 0 deletions Compiler/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Phantasma.Domain;
using Phantasma.Numerics;
using Phantasma.VM;
using Phantasma.VM.Debug;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit fc1d4fd

Please sign in to comment.