1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-02 06:16:00 +02:00

Compliance with string changes

This commit is contained in:
Brian Fiete 2024-12-31 14:37:03 -08:00
parent 5d46641e39
commit c003557bef
2 changed files with 2 additions and 4 deletions

View file

@ -544,10 +544,8 @@ namespace IDE.Debugger
public void HotLoad(String[] objectFileNames, int hotIdx)
{
String filenamesStr = scope String();
filenamesStr.Join("\n", params objectFileNames);
filenamesStr.Join("\n", objectFileNames);
Debugger_HotLoad(filenamesStr, (int32)hotIdx);
// The hot load will bind breakpoints to any new methods, but the old versions