---
title: "デバッグ - メインメニュー - MetaEditorのヘルプ"
description: "このメニューの目的はMQL4/MQL5プログラムの デバッグ です。 次のコマンドがあります。 ... - デバッグ - メインメニュー - MetaEditorのヘルプ"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_debug"
---

[MetaEditorのヘルプ](https://www.metatrader5.com/ja/metaeditor/help) → [メインメニュー](https://www.metatrader5.com/ja/metaeditor/help/main_menu) → デバッグ

# デバッグ

このメニューの目的はMQL4/MQL5プログラムの[デバッグ](https://www.metatrader5.com/ja/metaeditor/help/development/debug)です。 次のコマンドがあります。

|  | コマンド | 記述 |
| --- | --- | --- |
| ![開始](https://www.metatrader5.com/i/help/metaeditor/en/start_debug_icon.png) | リアルデータでのデバッグの開始/再開 | 起動[デバッグ](https://www.metatrader5.com/ja/metaeditor/help/development/debug)リアルタイムで更新されるチャート上の現在のコード |
| ![履歴データの開始](https://www.metatrader5.com/i/help/metaeditor/en/debug_history_icon.png) | 履歴データの開始 | 起動[履歴のデバッグ](https://www.metatrader5.com/ja/metaeditor/help/development/debug#history). プログラムチェックは、ストラテジーテスタのビジュアルテストモードで実行されます。 アプリケーションは、テスターのティックのエミュレートされたシーケンスを使用してチャート上で実行します。 |
| ![一時停止](https://www.metatrader5.com/i/help/metaeditor/en/break_debug_icon.png) | 一時停止 | プログラムのデバッグを一時ストップします。 デバッグを続行するには、[再開] をクリックします。 |
| ![終了](https://www.metatrader5.com/i/help/metaeditor/en/stop_debug_icon.png) | 終了 | デバッグをストップします。 |
| ![ステップ](https://www.metatrader5.com/i/help/metaeditor/en/step_into_icon.png) | ステップ | 呼び出された関数にアクセスするプログラムの実行の1つのステップを移動します。 |
| ![ステップオーバー](https://www.metatrader5.com/i/help/metaeditor/en/step_over_icon.png) | ステップオーバー | 呼び出された関数にアクセスせずに、プログラムの実行の1つのステップを移動します。 |
| ![ステップアウト](https://www.metatrader5.com/i/help/metaeditor/en/step_out_icon.png) | ステップアウト | より高いプログラムの単一のステップを実行します。 |
| ![ブレークポイントを有効にする](https://www.metatrader5.com/i/help/metaeditor/en/breakpoint_icon.png) | ブレークポイントの切り替え | 現在の行の現在の状態に応じて[ブレークポイント](https://www.metatrader5.com/ja/metaeditor/help/development/debug#breakpoint)の有効/無効 |
| ![すべてのブレークポイントのクリア](https://www.metatrader5.com/i/help/metaeditor/en/clear_all_breakpoints_icon.png) | すべてのブレークポイントのクリア | 現在デバッグされているプログラムからすべてのブレークポイントをクリアします。 |
| ![実データのプロファイリングを開始する](https://www.metatrader5.com/i/help/metaeditor/en/start_profiling_icon.png) | 実データのプロファイリングを開始する | リアルタイムで更新される通常のチャートの現在のコードの[プロファイリング](https://www.metatrader5.com/ja/metaeditor/help/development/profiling)起動 |
| ![ヒストリカルデータのプロファイリングを開始する](https://www.metatrader5.com/i/help/metaeditor/en/start_profiling_history_icon.png) | ヒストリカルデータのプロファイリングを開始する | ビジュアルモードのストラテジーテスターの現在のコードの[プロファイリング](https://www.metatrader5.com/ja/metaeditor/help/development/profiling)の起動 |
| ![プロファイリングのストップ](https://www.metatrader5.com/i/help/metaeditor/en/stop_profiling_icon.png) | プロファイリングのストップ | プロファイリングをストップ |

## In this section

- [ファイル](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_file)
- [編集](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_edit)
- [検索](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_search)
- [ビュー](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_view)
- デバッグ
- [ビルド](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_build)
- [ツール](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_tools)
- [ウィンドウ](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_window)
- [ヘルプ](https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_help)

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help", "name": "MetaEditorのヘルプ"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help/main_menu", "name": "メインメニュー"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/ja/metaeditor/help/main_menu/main_menu_debug", "name": "デバッグ"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: デバッグ", "acceptedAnswer": { "@type": "Answer", "text": "このメニューの目的はMQL4/MQL5プログラムの デバッグ です。 次のコマンドがあります。  ..." } }] }
```
