Add breakpoints to editor UI
This commit is contained in:
@ -66,6 +66,7 @@ export const Mainframe = () => {
|
||||
highlights={codeHighlights}
|
||||
defaultValue={providerRef.current.sampleProgram}
|
||||
tokensProvider={providerRef.current.editorTokensProvider}
|
||||
onUpdateBreakpoints={(newPoints) => console.log(newPoints)}
|
||||
/>
|
||||
)}
|
||||
renderRenderer={() => (
|
||||
|
Reference in New Issue
Block a user