Skip to content

Commit

Permalink
debug mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMMazur committed Apr 25, 2024
1 parent 5306e66 commit b40c4c2
Show file tree
Hide file tree
Showing 3 changed files with 1,858 additions and 1,346 deletions.
3 changes: 2 additions & 1 deletion components/Tracer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ export const Tracer = () => {
)}

<div className="border-gray-200 border-t dark:border-black-500 flex-none pane pane-light overflow-auto h-[22vh]">
<DebugInfoTab
<DebugInfoTab
debugMode={debugMode}
trace={trace}
currentTraceEntry={currentTraceEntry}
executionTraceStepNumber={executionTraceStepNumber}
Expand Down
Loading

0 comments on commit b40c4c2

Please sign in to comment.