We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760a579 commit 13a9228Copy full SHA for 13a9228
addons/block_code/blocks/log/breakpoint.tres
@@ -0,0 +1,17 @@
1
+[gd_resource type="Resource" load_steps=2 format=3 uid="uid://bddy0d4xdv20c"]
2
+
3
+[ext_resource type="Script" path="res://addons/block_code/code_generation/block_definition.gd" id="1_xva04"]
4
5
+[resource]
6
+script = ExtResource("1_xva04")
7
+name = &"breakpoint"
8
+target_node_class = ""
9
+description = "Pause execution and show the current line of code in the debugger."
10
+category = "Log"
11
+type = 2
12
+variant_type = 0
13
+display_template = "Breakpoint"
14
+code_template = "breakpoint"
15
+defaults = {}
16
+signal_name = ""
17
+scope = ""
0 commit comments