Vm3 alpha debugger #295

Merged
rodrigorodriguez merged 29 commits from vm3-alpha-debugger into master 2022-11-29 22:05:10 +00:00
Showing only changes of commit 24af00cff6 - Show all commits

View file

@ -363,7 +363,7 @@ export class GBVMService extends GBService {
var allLines = code.split("\n"); var allLines = code.split("\n");
const keywords = this.getKeywords(); const keywords = this.getKeywords();
const offset = 37; const offset = 34;
const jsonMap = {}; const jsonMap = {};
for (var i = 0; i < allLines.length; i++) { for (var i = 0; i < allLines.length; i++) {