adding title

pull/5370/head
lianahus 2 years ago committed by Aniket
parent 06e0d31603
commit ca63e1da59
  1. 2
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -349,7 +349,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
<Toaster message={state.toastMessage} />
<div className="px-2" ref={debuggerTopRef}>
<div>
<div className="mb-2 debuggerConfig custom-control custom-checkbox">
<div className="mb-2 debuggerConfig custom-control custom-checkbox" title="Using Generated Sources lets you step into compiler outputs while debugging.">
<input className="custom-control-input" id="debugGeneratedSourcesInput" onChange={({ target: { checked } }) => {
setState(prevState => {
return { ...prevState, opt: { ...prevState.opt, debugWithGeneratedSources: checked } }

Loading…
Cancel
Save