NativeDebugDialog

class NativeDebugDialog : public QDialog

Dialog for connecting to native debug.

Public Functions

explicit NativeDebugDialog(QWidget *parent = nullptr)
~NativeDebugDialog()
QString getArgs() const
void setArgs(const QString &args)
void setProfilePath(const QString &profilePath)

Sets the path to an RzRun profile and loads its contents.

Parameters:

profilePath – Path to a .rz or .rrz file

QString getProfilePath() const
QString getDirectives() const
DebugConfigMethod getSelectedMethod() const

Determines which configuration method should be used based on UI state.

Returns:

The selected DebugConfigMethod