You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnformatFatalError(Error::Type::FatalError, "'settings.debug.debugInfo' can only include 'ethdebug', if output 'ir', 'irOptimized', 'evm.bytecode.ethdebug' or 'evm.deployedBytecode.ethdebug' was selected.");
1205
+
returnformatFatalError(Error::Type::FatalError, "'settings.debug.debugInfo' can only include 'ethdebug', if output 'ir', 'irOptimized', 'evm.bytecode.ethdebug', or 'evm.deployedBytecode.ethdebug' was selected.");
if (m_options.compiler.outputs.ethdebug || m_options.compiler.outputs.ethdebugRuntime)
1502
1499
{
1503
1500
if (!m_options.output.viaIR)
1504
1501
solThrow(
1505
1502
CommandLineValidationError,
1506
-
"--" + CompilerOutputs::componentName(&CompilerOutputs::ethdebug) + " / --" + CompilerOutputs::componentName(&CompilerOutputs::ethdebugRuntime) + " output can only be selected, if --via-ir was specified."
1503
+
enableEthdebugMessage + " output can only be selected, if --via-ir was specified."
1507
1504
);
1508
1505
1509
1506
if (incompatibleEthdebugOutputs)
1510
1507
solThrow(
1511
1508
CommandLineValidationError,
1512
-
ethdebugOutputSelection + " output can only be used with --" + CompilerOutputs::componentName(&CompilerOutputs::ir) +
0 commit comments