factoriomod-debug 1.1.29 → 1.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/fmtk.js +153 -153
- package/doc/noncharacters.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
|
|
4
4
|
|
|
5
|
+
## 1.1.30
|
|
6
|
+
* Debugger:
|
|
7
|
+
* Fixed catching pcall/xpcall caught errors in settings & data stage
|
|
8
|
+
* Adjust breakpoints at end of file back to last active line
|
|
9
|
+
* Fixed some output events from lua not being emitted correctly
|
|
10
|
+
* VSCode:
|
|
11
|
+
* Don't try to auto-detect attached debugger to debug forked processes (false positive on some systems)
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
## 1.1.29
|
|
6
15
|
* CLI:
|
|
7
16
|
* Added `fmtk settings unset` to remove a mod setting
|