Skip to content

Commit

Permalink
update simdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed May 29, 2024
1 parent fa2116a commit cfbb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simdebug/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func newDriver(srcPath string) *driver {
SrcPath: srcPath,
}

adp := dbg.NewAdapter(srcPath, (*interp.Interpreter).CompilePackage, opts)
adp := dbg.NewAdapter((*interp.Interpreter).CompilePackage, srcPath, opts)

ses := dap.NewSession(os.Stdin, os.Stdout, adp)
ses.Debug(os.Stderr)
Expand Down

0 comments on commit cfbb448

Please sign in to comment.